@com.thoughtworks.gauge.Step("Tfs configuration - teardown")
 public void tearDown() throws Exception {
   super.tearDown();
 }
 @com.thoughtworks.gauge.Step("Template admin configuration - teardown")
 @Override
 public void tearDown() throws Exception {
   super.tearDown();
 }
 // setUp and tearDown is needed because Twist scenarios need their contexts to support these
 // otherwise they show compile errors!
 @com.thoughtworks.gauge.Step("Tfs configuration - setup")
 public void setUp() throws Exception {
   super.setUp();
 }
 @com.thoughtworks.gauge.Step("Template admin configuration - setup")
 @Override
 public void setUp() throws Exception {
   super.setUp();
 }