``` Container = new DependencyInjectionContainer(_ => { _.Behaviors.AllowInjectionScopeLocation = true; }); Container.Locate<IInjectionScope>(); <--- Fail ```