private List <string> GetKnownRooms()
 {
     return(RoomMap.GetRooms().Select(room => room.Name).ToList());
 }