public void SftpGetFileAsyncNegativeIfFolderNotExist()
 {
     this.AddAuthenticationDetailsToIsolatedStorage(AuthenticationType.Password, "azureuser", "Azureuser@123", Rsa2048ResourceName, "biztalk2013");
     baseTransportDestinationTestHelper.BaseGetFileAsyncNegativeIfFolderNotExist();
 }