def Hunt(self, hunt_id): return hunt.HuntRef(hunt_id=hunt_id, context=self._context)
def Hunt( self, hunt_id: str, ) -> hunt.HuntRef: return hunt.HuntRef(hunt_id=hunt_id, context=self._context)