public int CompareTo(ConnectionSearchResult other)
 {
     return(DeviceDescriptor.CompareTo(other.DeviceDescriptor));
 }