public function getAll(): Response
    {
        $questions = $this->questionRepository->getAll();

        if ($questions === null) {