private static void BootstrapDI()
 {
     _container = new CompDIContainer();
     IocConfig.RegisterDI(_container);
 }