public RoutableAttemptEventArgs(EnsureRoutableOutcome reason, UmbracoContext umbracoContext, HttpContextBase httpContext) : base(umbracoContext, httpContext) { Outcome = reason; }