public static string SaveConfig(string value = null) { SettingsCollection.Update(Settings.Config.Index, Settings.Config); return(value); }