public long GetLongKeyHash()
 {
     return(KeyHashProvider.GetLongKeyHash(this, PropertyDelimiter, CompositeKeyProperties));
 }
 public int GetIntKeyHash()
 {
     return(KeyHashProvider.GetIntKeyHash(this, PropertyDelimiter, CompositeKeyProperties));
 }