set(value: Fn): void {
        Object.defineProperty(this, propertyKey, {
          value,
          writable: true,
          configurable: true,