pub type BoxedSubscribeS<Err> = Pin<Box<dyn Stream<Item = Result<SubscribeResponse, Err>> + Send>>;
pub struct BoxedSubscribeS<Err> { /* private fields */ }