public async Task <ActionResult> GetAllRoomsCount() { var roomCount = await _roomRepo.GetAllRoomsCount(); return(Ok(roomCount)); }