ConfigurationFactory configFactory = new ConfigurationFactory(properties);
Injector injector = Guice.createInjector(new HttpServerModule(),
new ApplicationNameModule("test-application"),
new TestingNodeModule(),
new ConfigurationModule(configFactory),
new NullEventModule(),
new TestingMBeanModule(),
new ReportingModule(),
new Module()
{