store->fetchByDomain($domain); } public function fetchById(string $identifier): ?TenantObject { return $this->store->fetch($identifier); } }