def build_room_list_handler(self): return RoomListHandler(self)
def get_room_list_handler(self) -> RoomListHandler: return RoomListHandler(self)