private _checkFileNameOption(): void {
        const optionName = "file_name";

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