public interface IInventoryHolder { public Inventory Inventory { get; } public string Name { get; } }