get: function() {
            console.log('iamInterface.group.get');
            corbel.validate.value('id', this.id);
            return this.request({
                url: this._buildUriWithDomain(this.uri, this.id),