pub type SubAgentSessionUnsubscribe = Box<dyn FnOnce() + Send + 'static>;
pub struct SubAgentSessionUnsubscribe(/* private fields */);