public bool Equals(OwinWebSocketReceiveMessage other)
 {
     return(Equals(_tuple, other._tuple));
 }
 public bool Equals(OwinWebSocketReceiveMessage other)
 {
     return Equals(_tuple, other._tuple);
 }