# File lib/etherpad-lite/models/author.rb, line 74
    def initialize(instance, id, options={})
      @instance = instance
      @id = id
      @mapper = options[:mapper]
    end