public void SetUp()
        {
            Context = new ElementTransformerServiceTestContext
            {
                ElementTransformerSpecification = new StubElementTransformerSpecification()
            };

            Context.Target = new ElementTransformerService(new StubSpecificationProvider().With(Context.ElementTransformerSpecification));
        }
        public void SetUp()
        {
            Context = new ElementTransformerServiceTestContext
                      	{
                      		ElementTransformerSpecification = new StubElementTransformerSpecification()
                      	};

            Context.Target = new ElementTransformerService(new StubSpecificationProvider().With(Context.ElementTransformerSpecification));
        }