public ImmutableTreeDictionary <TKey, TValue> .ValueCollection.Enumerator GetEnumerator()
 => new ImmutableTreeDictionary <TKey, TValue> .ValueCollection.Enumerator(_dictionary.GetEnumerator());
 public Enumerator GetEnumerator() => new Enumerator(_dictionary.GetEnumerator());