public async Task <IActionResult> Get(int id) { var result = await _dictService.GetHotel(id); return(Ok(result)); }