getCurrentApprovedScreen: function (name) {
            return this.getPromise().then(function () {
                return this._readImage(path.join(this._getApprovedPath(), name + '.png'));
            }.bind(this));
        },