Destination¤
  An interface where you can write events and results.
abstractmethod
  
¤
write_event(event: SessionEvent) -> None
Write an event to the destination.
abstractmethod
  
¤
write_result(result: SessionResult) -> None
Write the session result to the destination.