forStep: function(step) {
            var fn = this.facetNode.forStep(step);
            var result = this.wrap(fn);
            return result;
        },