internal void Remove(string key) { dictionary.Remove(key); }
public void Remove(string key) { dictionary.Remove(key); }