upper (options: { fn: (self: unknown) => string }) {
    return options.fn(this).toUpperCase();
  }