identifier ?? get_class($this); } public function setIdentifier(string $id): ServiceProviderInterface { $this->identifier = $id; return $this; } }