it("should return the default error if both middlewares throws an exception", async () => {
    const result = await SequenceMiddleware(
      ResponseErrorForbiddenNotAuthorized
    )(
      aMiddlewareThrowingAnError(),