public static AppConfigModel Load() { CreateDefaultConfig(); return(JSONUtils.LoadFromFile <AppConfigModel>(GetPathAppConfig())); }