// Hacks public Test() : this(AppStartDependencyInjection.GetService <TestObject>()) { }
protected void Application_BeginRequest() { var o = AppStartDependencyInjection.GetService <TestObject>(); Debugger.Log(1, "log", $"Global [{o.Get()}]{Environment.NewLine}"); }