public bool DeleteValue(string propertyName) { CheckIsObject(); return(ObjectValue.Remove(propertyName)); }