public void Stop()
 {
     _runtime.Shutdown();
 }
 public void AfterEachTest()
 {
     _runtime.Shutdown();
 }