public static void TeardownNode()
 {
     EventStoreServerStarterHelper.StopProcess(eventStoreProcess);
 }
 private static void RunEventStoreServerProcess()
 {
     eventStoreProcess = EventStoreServerStarterHelper.StartServer();
 }