public CertificateChecker(X509Certificate2 Certificate, FingerprintStore FingerprintStore)
     : this(Certificate)
 { _FPStore = FingerprintStore; }