public void Setup()
 {
     _factory = new IntExpressionFactory();
 }
		public void Setup()
		{
			_factory = new IntExpressionFactory();
		}