public IHttpActionResult Get(Guid cityId)
 {
     return(Ok(_personQueryService.GetShopsByCityId(cityId)));
 }