pub type BoxedMessage = Box<dyn Any + Send + Sync + 'static>;
pub struct BoxedMessage(/* private fields */);