# File gofer/proxy.rb, line 23
    def initialize(uuid, producer=nil, options={})
      if producer.nil?
        producer = Producer.new()
      end
      super(uuid, producer, options)
    end