.put("node.environment", "test")
.put("http-server.http.port", "0")
.put("http-server.log.path", new File(tempDir, "http-request.log").getAbsolutePath())
.build();
ConfigurationFactory configFactory = new ConfigurationFactory(properties);
Injector injector = Guice.createInjector(new HttpServerModule(),
new NodeModule(),
new ConfigurationModule(configFactory),
new EventModule(),
new Module()