public IActionResult getHotelList(Empty empty) { var result = EGClient.getHotelList(empty); return(Ok(result)); }