namespace PlumbingRepairDataModels.Models { public class IShopModel { string ShopName { get; } string Address { get; } DateTime DateOpening { get; } int maxCountWorks { get; } Dictionary ShopWorks { get; } } }