namespace Umbraco.Core.ObjectResolution { internal enum ObjectLifetimeScope { HttpRequest, Application, Transient } }