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