private function resolveInternalUniverseIDs(Collection $ids)
    {
        // resolve names that are already in SeAT
        // no unnecessary api calls the request can be resolved internally.
        $names = UniverseName::whereIn('entity_id', $ids->flatten()->toArray())