public SuperHeavyWeightFixture()
 {
     SUT = new SuperHeavyWeight();
 }
 public SuperHeavyWeightTests()
 {
     sut = new SuperHeavyWeight();
 }