var nonRepeatText = Object.keys(this.nonRepeat).reduce(function(acc, key) {
      return acc + self.nonRepeat[key].asText(linkResolver);
    }, "");