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