pub type MessageHandler = Arc<dyn Fn(MessagePayload) + Send + Sync + 'static>;
pub struct MessageHandler { /* private fields */ }