/// /// Just makes sure implementations have an accessible reference to a shop model. Could be an inventory of course. /// public interface IModelContainer{ ShopModel Model { get; } }