public void AddValue(string key, string value)
 {
     _object.AddValue(key, value);
 }