public TrustedTestCert <TestCertificate> CreateTrustedTestCertificateThatWillExpireSoon()
 {
     return(SigningTestUtility.GenerateTrustedTestCertificateThatWillExpireSoon(SoonDuration));
 }