type SessionNotifiers = (Arc<Mutex<Pin<Box<dyn Sink<IncomingSession, Error = SessionManagerError> + Send>>>>, Sender<(SessionId, ClosureReason)>);type SessionNotifiers = (Arc<Mutex<Pin<Box<dyn Sink<IncomingSession, Error = SessionManagerError> + Send>>>>, Sender<(SessionId, ClosureReason)>);