$domain->getId(), 'authority' => $domain->authority], ); } public static function forNoOrphanVisits(): self { return new self(Role::NO_ORPHAN_VISITS, []); } }