public class ExceptionHandlerContext { public ExceptionContext ExceptionContext { get; set; } public IHttpActionResult Result { get; set; } }