public void ProcessRequest(HttpContextBase httpContext)
 {
     myDependency.DoSomething();
 }