# File lib/nanite/mapper_proxy.rb, line 22
    def initialize(id, opts)
      @options = opts || {}
      @identity = id
      @pending_requests = {}
      @amqp = start_amqp(options)
      @serializer = Serializer.new(options[:format])
      @@instance = self
    end