public void CreatePrivateKeyTest() { string PrivateKey = RSAHelper.CreatePrivateKey(); string PublicKey = RSAHelper.CreatePublicKey(); }