resolveProps: function(objects) {
            this.validatePromiseState();
            this.validateObjects(objects);
            this.doResolveProps(objects);
            return this;