this.staticServices.put(FactoryManagerService.class.getName(),
this.init(new FactoryManagerServiceImpl()));
this.staticServices.put(DynamicTitleService.class.getName(),
this.init(new DynamicTitleServiceImpl()));
this.staticServices.put(PropertyManagerService.class.getName(),
this.init(new PropertyManagerServiceImpl()));
}