@After
 public void tearDown() throws Throwable {
   DefaultKsapContext.after();
 }
 @Before
 public void setUp() throws Throwable {
   DefaultKsapContext.before("student1");
   th = KsapFrameworkServiceLocator.getTermHelper();
   loadData();
 }