pub trait SessionSink: Send + Sync { // Required method fn append(&self, event: &SessionEvent) -> Result<()>; }