public void Compose(ICompositionContainer parentContainer)
 {
     //TODO: not support child containers yet
     Container = parentContainer.CreateChildContainer();
     RegisterGlobalServices(Container);
     RegisterModuleServices(Container);
     Initialize();
 }