binder.bindList(Constants.SERVER_DEFAULT_TYPES_LIST);
binder.bindList(Constants.SERVER_USER_TYPES_LIST);
binder.bindList(Constants.SERVER_TYPE_FACTORIES_LIST);
binder.bind(EventManager.class).toInstance(eventManager);
binder.bind(EntitySorter.class).toInstance(new AshwoodEntitySorter());
binder.bind(ResourceLocator.class).toInstance(locator);
binder.bind(ConfigurationNameMapper.class).to(
DefaultConfigurationNameMapper.class);
binder.bind(DataChannelDescriptorMerger.class).to(
DefaultDataChannelDescriptorMerger.class);