public override int GetHashCode() { if (_channel != null) { return(_channel.GetHashCode()); } return(RemotePeer.GetHashCode()); }