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