public async Task ExecuteAsync(CommandLineArgs commandLineArgs)
 {
     await _packageSourceSwitcher.SwitchToStable(commandLineArgs);
 }