public bool Equals(ConnectionSearchResult other)
 {
     return(DeviceDescriptor.Equals(other.DeviceDescriptor) && ConnectionInfo.ToIDString().Equals(other.ConnectionInfo.ToIDString()));
 }