import uuid class BaseTask: def _create_session_id(self) -> str: return str(uuid.uuid1())