pub type IncomingStreamMapped<T> = Pin<Box<dyn Stream<Item = Result<Msg<T>, DKGError>> + Send + 'static>>;