def tag(self, *tags):
        """Dynamically add tags to this instance"""
        self._runtime_tags |= set(str(tag) for tag in tags)