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