private void unloadSugar() {
   try {
     SugarTestHelper.clearRegistry(GraphManager.getGraphProvider());
   } catch (Exception ex) {
     throw new RuntimeException(ex);
   }
 }