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