public X509Certificate2 GetCertificate(string thumbprint)
 {
     return(_hostContext.GetCertificate(_cellIdentity, thumbprint));
 }