Lazy.prototype[Symbol.iterator] = function () {
    return this.force()[Symbol.iterator]();
};