if (typeof this._doc.response === 'string') {
                    this._doc.response = JSON.parse(this._doc.response);
                }