systemNotificationRepository.shutdown();
}
LOGGER.info("shutdown: Graph");
if (InjectHelper.hasInjector()) {
Graph graph = InjectHelper.getInstance(Graph.class);
graph.shutdown();
}
Thread.sleep(1000);
if (!LumifyTestClusterConfigurationLoader.isTestServer()) {