/**
 * Configure the IO.
 *
 * @param   InputInterface   $input   The input to inject into the command.
 * @param   OutputInterface  $output  The output to inject into the command.
 *
 * @return  void
 *
 * @since  4.1.0
 */
private function configureIO(InputInterface $input, OutputInterface $output)
{
    $this->ioStyle = new SymfonyStyle($input, $output);
}