type BoxSink<T> = Pin<Box<dyn Sink<T, Error = SessionManagerError> + Send>>;
#[repr(transparent)]struct BoxSink<T> { /* private fields */ }