public void Init()
 {
     // Setup code goes here...
     cleaner = new NoCleaningCleaner();
 }
 public void Cleanup()
 {
     // TearDown code goes here...
     cleaner = null;
 }