protected bool Equals(UniqueDeviceName other) { return Uuid.Equals(other.Uuid); }
protected bool Equals(UniqueDeviceName other) { return(Uuid.Equals(other.Uuid)); }