private static Room RoomBuild(string roomName) => RoomBuilder.GetInstance() .SetName(roomName) .ToBuild();