public async Task <IActionResult> Search([FromQuery] SearchModel model) { var result = await _offersService.Get(model); return(Ok(result)); }