public Task HandleExceptionAsync(ExceptionContext context) { HandlerChain.Add(this.GetType()); return(Task.CompletedTask); }