public function redirectingAction(FrontControllerInterface $app)
 {
     $app->redirect('/test/redirecting_target', true);
 }