I see in global.asax.cs from an ASP.NET MVC project
global.asax.cs
protected void Application_BeginRequest() { }
but when I try to add this to m