@Override
 protected void tearDown() throws Exception {
   Binding.reset();
   super.tearDown();
 }
 @Override
 protected void setUp() throws Exception {
   super.setUp();
   Binding.setBinding(
       new RuntimeClientBinding().initPrimaryBuilder(new EssentialProgModelRuntimeBuilder()));
 }