if (typeof this.options.password !== "undefined") {
            uri += `?password=${this.options.password}`;
        }