public bool ContainsKey(TKey key)
 {
     return(client.HashContainsEntry(this, key));
 }