/// <summary>
        /// Set the script-data which will be sent to the backend in addition to the data-fields defined by the request itself.
        /// </summary>
        public IN SetScriptData(GSRequestData data)
        {
            request.AddObject("scriptData", data);

            return((IN)this);
        }