public async Task <Room> GetRoomById(int id) { return(await _organisationRepository.FindRoomById(id)); }