internal interface IInventoryHolder { public Inventory Inventory { get; } }