private static void CertificateMessage(CertificateStore.CertificateNotificationType type, string certName)
 {
     Log.Comment("CertificateMessage received " + type.ToString() + " " + certName.ToString());
     notifiedType     = type;
     notifiedCertName = certName;
     numNotificationCalls++;
 }
        private static void CertificateMessage(CertificateStore.CertificateNotificationType type, string certName)
        {

            Log.Comment("CertificateMessage received " + type.ToString() + " " + certName.ToString());
            notifiedType = type;
            notifiedCertName = certName;
            numNotificationCalls++;
        }