public static Room LoadRoom(string roomKey) { if (!rooms.Contains(roomKey)) { return(null); } return(rooms[roomKey]); }