$app->post('framework/{id}', function($framework) {
        $this->dispatch(new Energy($framework));
    });