public IEnumerable <IRoom> GetRooms() { var rooms = _graphClient.GetRoomSchedules(); return(rooms.value.Select(room => Room.Create(room))); }