public void SftpDeleteFileAsyncNegativeFileNotAccesible()
        {
            // "testsftp" username account is already created with password as "testsftp"
            this.AddAuthenticationDetailsToIsolatedStorage(AuthenticationType.Password, "testsftp", "testsftp", Rsa2048ResourceName, "biztalk2013");
            baseTransportDestTestHelperAbsPath = new BaseTransportDestinationTestHelper <SFTPController>(true, rootfolderpath: "/home/azureuser");

            baseTransportDestTestHelperAbsPath.BaseDeleteFileAsyncNegativeFileNotAccesible();
        }