get: function(options) {
            console.log('composrInterface.request.get');
            this.options = options || {};
            return this.request({
                url: this._buildUri(this.path),