pub type MessagePayload = Vec<u8>;
Opaque message payload. We only decode this payload when it is dispatched.
struct MessagePayload { /* private fields */ }