Inheritance: SemanticEvaluationBase
			public void Setup()
			{
				_rule = new TooLowMaintainabilityIndexRule();
			}
 public GivenATooLowMaintainabilityIndexRule()
 {
     _rule = new TooLowMaintainabilityIndexRule();
 }