next() {
        if (typeof this.responseData.next !== 'string') {
            return Promise.resolve(this);
        }