public static X509Certificate2 OAuthTestCertificate()
 {
     return(CertificateUtility.LoadCertificateFromStrings(_privateKey, _certificate));
 }