public function askQuestion(Question $question): string
    {
        trigger_error('Use Symfony\Component\Console\Style\SymfonyStyle corresponding method instead.', E_USER_DEPRECATED);
        if ($this->input->isInteractive()) {
            $this->autoPrependBlock();