def get_room_shutdown_handler(self) -> RoomShutdownHandler: return RoomShutdownHandler(self)
def build_room_shutdown_handler(self): return RoomShutdownHandler(self)