public static ContainerBootstrapper Start()
        {
            _bootstrapper = ContainerBootstrapper.Bootstrap();

            return _bootstrapper;
        }
 public static void PreStart()
 {
     _bootstrapper = ContainerBootstrapper.Bootstrap();
 }