public void Setup()
 {
     _rule = new LackOfCohesionOfMethodsRule();
 }
 public GivenALackOfCohesionOfMethodsRule()
 {
     _rule = new LackOfCohesionOfMethodsRule();
 }