public SettingsViewModel(ISettingsService settingsService)
 {
     this.settingsService = settingsService;
     SetMasterFolderCommand = new RelayCommand(SetMasterFolder);
     GetTheme();
     AccessTokens = settingsService.GetAccessTokens();
     
 }