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