sub execute { my ( $self, $args, $chain ) = @_; my $app = shift @{$chain}; $self->app($app); $self->run(@{$args}); }