new LocationRuntimeModule().getInMemoryModules(),
new DiscoveryRuntimeModule().getInMemoryModules(),
new AppFabricServiceRuntimeModule().getInMemoryModules(),
new ServiceStoreModules().getInMemoryModule(),
new ProgramRunnerRuntimeModule().getInMemoryModules(),
new StreamServiceModule() {
@Override
protected void configure() {
super.configure();
bind(StreamHandler.class).in(Scopes.SINGLETON);
bind(StreamFileJanitorService.class).to(LocalStreamFileJanitorService.class).in(Scopes.SINGLETON);