public FhirbaseFunction WithString(string value)
            {
                this._parameters.Add(PostgresHelper.TextParam(value));

                return(this);
            }