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