public override void Context()
 {
     configuration.Sources = "https://localhost/somewhere/out/there";
     command = new ChocolateySourceCommand(configSettingsService.Object);
 }
 public override void Context()
 {
     configuration.Sources = "https://localhost/somewhere/out/there";
     command = new ChocolateySourceCommand(configSettingsService.Object);
 }