pub type BoxConsumerContext = Box<dyn ConsumerContext>;
pub struct BoxConsumerContext(/* private fields */);