public virtual int CompareTo(IUnique other) { return((int)(Key - other.GetHashKey())); }
public override Int64 GetHashKey(IUnique obj) { return(obj.GetHashKey()); }