container 'PSGI' => as { service 'App' => ( class => 'Senph::PSGI', lifecycle => 'Singleton', dependencies => { comment_ctrl => '/Controller/Comment', router => '/PSGI/Router', } ); service 'Router' => ( ... ); };