def build_event_creation_handler(self): return EventCreationHandler(self)
def get_event_creation_handler(self) -> EventCreationHandler: return EventCreationHandler(self)