pub type MessageId = (SessionId, u8, &'static [u8]);
Message identifier type: (SessionId, round, protocol tag)