public void SetUp()
        {
            theDependency = new Dependency("Test");
            theStep = new InstallSolutionDependency(theDependency);

            theRunner = MockRepository.GenerateStub<INugetStepRunner>();

            theStep.Execute(theRunner);
        }