private bool Equals(IFHSyncModel other) { return(string.Equals(UID, other.UID)); }
private bool Equals(IFHSyncModel other) { return string.Equals(UID, other.UID); }