def _create_author() -> Identity: return create_organization("CrowdStrike")
def _create_dummy_object(self) -> Identity: return create_organization(self._DUMMY_OBJECT_NAME, self.author)