public bool ContainsKey(object key)
 {
     return(_data.ContainsKey(key));
 }