public CertificateAuthorizeAttribute()
 {
     Validator = new DefaultClientCertificateValidator(CertificateHelper.FindCertificates(Thumbprints));
 }