TODO: Update summary.
Inheritance: IRouteHandler
 public ActionHandler(AbstractRouteHandler outer, RequestContext requestContext)
 {
     this.outer          = outer;
     this.requestContext = requestContext;
 }
 public ActionHandler(AbstractRouteHandler outer, RequestContext requestContext)
 {
     this.outer = outer;
     this.requestContext = requestContext;
 }