public bool Equals(MessageBinding other) => MessageTypeId == other.MessageTypeId && RoutingKey.Equals(other.RoutingKey);