private CompositeSettings LoadUserSettings() { try { return(userStore.Load()); } catch { return(new DictionarySettings()); } }