public IEnumerator <KeyValuePair <object, TValue> > GetEnumerator()
 {
     return(_data.GetEnumerator());
 }