internal static X509Certificate2 GetSenderSelfSignedCertificate()
 {
     return(CertificateResource.GetEternalTestCertificateWithPrivateKey());
 }