get: function() {
            console.log('borrowInterface.resource.get');
            corbel.validate.value('id', this.id);
            return this.request({
                url: this._buildUri(this.uri ,this.id),