Command Implementation
$class->name->new_with_options( { home => $self->home, config => $config, _currentproject => $self->project, } )->run;
$class
to have the superclass App::TimeTracker
$class
is a subclass of App::TimeTracker
run
is implemented there: