public IEnumerator <KeyValuePair <TKey, T> > GetEnumerator()
 {
     return(client.GetAllEntriesFromHash(this).GetEnumerator());
 }