pub type CompoundedSubscription = Box<dyn Compounded>;
pub struct CompoundedSubscription(/* private fields */);