public object ResolveComponent(IComponentRegistration registration) => RootLifetimeScope.ResolveComponent(registration);
public void Dispose() { RootLifetimeScope.Dispose(); }
public ILifetimeScope BeginLifetimeScope() => RootLifetimeScope.BeginLifetimeScope();