namespace SushiBarContracts.SearchModel
{
public class ShopSearchModel
public int? Id { get; set; }
public string? ShopName { get; set; }
}