protected override Func <ApplicationSettings> GetSettings()
 {
     return(() => _applicationSettingsService.LoadApplicationSettings());
 }