pub type SessionWeakPtr = Weak<dyn Session + Send + Sync + 'static>;
pub struct SessionWeakPtr { /* private fields */ }