inspect(instance: Instance): Effect.Effect<Report.FilteredOut> {
    return Effect.succeed(new Report.FilteredOut(instance));
  }