protected bool Equals(NoHandlerForMessage other) { return Equals(Envelope, other.Envelope); }
protected bool Equals(NoHandlerForMessage other) { return(Equals(Envelope, other.Envelope)); }