shared interface ItemLibrary { const Item@ Get(const constString &in name) const; }