public void Remove(StringPair value) { base._Remove(value); }
public void Add(StringPair value) { base._Add(value); }