public void SftpGetFileAsyncPositiveForMultiAuth()
 {
     this.AddAuthenticationDetailsToIsolatedStorage(AuthenticationType.MultiFactor, "btsuser", "Microsoft2012", MultiFactorAuthPpkResourceName, "rsa2048");
     baseTransportDestinationTestHelperForMultiFact.BaseGetFileAsyncPositive(true);
 }
 public void SftpGetFileAsyncPositive()
 {
     this.AddAuthenticationDetailsToIsolatedStorage(AuthenticationType.Password, "azureuser", "Azureuser@123", Rsa2048ResourceName, "biztalk2013");
     baseTransportDestinationTestHelper.BaseGetFileAsyncPositive();
 }