Promise.props = function(object) {
        return Promise.promise()
            .resolveProps(ArgUtil.toArray(arguments));
    };