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