public virtual string WriteAsString(AppSetting setting)
 {
     return(this.ConvertSettingObjectToXDocument(setting).ToString());
 }