public NasSaveLogViewModel() { _ = int.TryParse(ConfigurationManager.AppSettings["WaitingTimeAfterSavingInMs"], out var waitingTimeAfterSaving); WaitingTimeAfterSavingInMs = waitingTimeAfterSaving; Locale = LocaleHelper.MakeLocales(ConfigurationManager.AppSettings["Locale"]); _previousLogNasPath = ConfigurationManager.AppSettings["NasSaveLogFolder"]; LogNas = new NasLog(_appName); LogObjectViewModel = new NasLogViewModel(); }