public function listArchive(int $page): Response
    {
        $pagination = $this->vacancyArchive->read($page);

        $messageVacanciesNotFound = $this->translator->trans('vacancies_are_not_found');