async def get_all_event_messages(self) -> MythicResponse:
Get all of the event messages associated with Mythic for the current operation that are not deleted
async def create_event_message(self, message: EventMessage) -> MythicResponse:
Create new event message for the current operation
async def update_event_message(self, message: EventMessage) -> MythicResponse:
Update event message for the current operation
async def remove_event_message(self, message: EventMessage) -> MythicResponse:
Update event message for the current operation