pub type GenericPayload = Pin<Box<dyn Stream<Item = Result<Bytes, Error>>>>;
struct GenericPayload {}