def process_response(self, response):
     unsubscribe_to_debug_channel("controller", self.collect_controller)
 def process_response(self, response):
     unsubscribe_to_debug_channel("vreg", self.collect_vreg)
 def process_response(self, response):
     unsubscribe_to_debug_channel("rql", self.collect_rql_queries)
     unsubscribe_to_debug_channel("sql", self.collect_sql_queries)
    def process_response(self, response):
        unsubscribe_to_debug_channel("registry_decisions",
                                     self.collect_registry_decisions)
        unsubscribe_to_debug_channel("vreg", self.collect_vreg)

        self.link_registry_to_their_key()