public ShellContainerFactory(ILifetimeScope lifetimeScope, IShellContainerRegistrations shellContainerRegistrations)
        {
            _lifetimeScope = lifetimeScope;
            _shellContainerRegistrations = shellContainerRegistrations;

            Logger = NullLogger.Instance;
            T      = NullLocalizer.Instance;
        }
 public ShellContainerFactory(ILifetimeScope lifetimeScope, IShellContainerRegistrations shellContainerRegistrations)
 {
     _lifetimeScope = lifetimeScope;
     _shellContainerRegistrations = shellContainerRegistrations;
 }
 public ShellContainerFactory(ILifetimeScope lifetimeScope, IShellContainerRegistrations shellContainerRegistrations) {
     _lifetimeScope = lifetimeScope;
     _shellContainerRegistrations = shellContainerRegistrations;
 }