using Unity.Lifetime; namespace Implab.ServiceHost.Unity { public abstract class LifetimeElement { public abstract LifetimeManager GetLifetimeManager(ContainerContext ctx); } }