public ImmutableHashMap <TKey, TValue> Clear()
 {
     return(this.IsEmpty ? this : Empty.WithComparers(_keyComparer, _valueComparer));
 }