# File common/lib/symbiosis/config_file.rb, line 74
    def domain=(d)
      raise "The domain must be a Symbiosis::Domain not a #{d.class}" unless d.is_a?(Symbiosis::Domain)
      @domain = d
    end