authorName() {
    if (this.author()) { return this.author().nameWithTitle(this.discussion().group()); }
  }