private void UpdateStartupCheckbox()
 {
     StartupCheckBox.IsChecked = _appViewModel.CanRunOnStartUp();
 }