public override int GetHashCode() { return(UniqueIdentifier.GetHashCode()); }
public override int GetHashCode() => UniqueIdentifier.GetHashCode();