processImportStorageProvider->fetchByUuid($search->uuid); if ($modelResult === null) { return null; } return $this->contactImportMapper->fromModel($modelResult); } }