public void UninstallTest()
        {
            FairwallInstaller target     = new FairwallInstaller(); // TODO: Initialize to an appropriate value
            IDictionary       savedState = null;                    // TODO: Initialize to an appropriate value

            target.Uninstall(savedState);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void FairwallInstallerConstructorTest()
        {
            FairwallInstaller target = new FairwallInstaller();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }