The CONTROLLER event occurs once a controller was found for handling a request.
This event allows you to change the controller that will handle the request.
@Event("Symfony\\Component\\HttpKernel\\Event\\ControllerEvent");
public const CONTROLLER = 'kernel.controller';