# File lib/etherpad-lite/models/author.rb, line 81
    def name
      @name ||= @instance.client.getAuthorName(authorID: @id)
    end