public NuGetFileRestoreCommand(
     INuKeeperLogger logger,
     INuGetPath nuGetPath,
     IExternalProcess externalProcess)
 {
     _logger          = logger;
     _nuGetPath       = nuGetPath;
     _externalProcess = externalProcess;
 }
 public NuGetUpdatePackageCommand(
     INuKeeperLogger logger,
     INuGetPath nuGetPath,
     IExternalProcess externalProcess)
 {
     _logger          = logger;
     _nuGetPath       = nuGetPath;
     _externalProcess = externalProcess;
 }