shimExec: function(component, action) {
                var args = [].slice.call(arguments, 2);
                return I.getShim().exec(this.uid, component, action, args);
            },