public bool ContainsKey(string key) { return(_dict.ContainsKey(key)); }
public bool Contains(string key) { return(_objects.ContainsKey(key)); }