public VerifyCommandTests(SignCommandTestFixture fixture)
 {
     _testFixture     = fixture ?? throw new ArgumentNullException(nameof(fixture));
     _trustedTestCert = _testFixture.TrustedTestCertificate;
     _nugetExePath    = _testFixture.NuGetExePath;
     _timestamper     = _testFixture.Timestamper;
 }
 public RestoreCommandSignPackagesTests(SignCommandTestFixture fixture)
 {
     _testFixture     = fixture ?? throw new ArgumentNullException(nameof(fixture));
     _trustedTestCert = SigningTestUtility.GenerateTrustedTestCertificate();
     _nugetExePath    = _testFixture.NuGetExePath;
 }