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