protected void bootstrapPicoContainer() {
   super.bootstrapPicoContainer();
   getPicoContainer()
       .registerComponentImplementation(
           IComponentStore.class, StoresFactory.getApplicationStoreClass());
   getPicoContainer().registerComponentImplementation(ApplicationPathMacroManager.class);
 }