private _checkNameOption(): void {
        const optionName = "name";

        this._throwIfOptionMissing(optionName);
        this._throwIfOptionNotString(optionName);