public override int GetHashCode() { unchecked { return((MessageTypeId.GetHashCode() * 397) ^ RoutingKey.GetHashCode()); } }