namespace ConfectioneryContracts.SearchModels { public class ShopSearchModel { public int? Id { get; set; } public string? Name { get; set; } } }