public async Task <ActionResult <IEnumerable <HotelRoom> > > GetHotelRoom() { return(Ok(await _hotelRoom.GetAllRoomsHotel())); }