container 'Controller' => as { service 'Comment' => ( lifecycle => 'Singleton', class => 'Senph::PSGI::Ctrl::Comment', dependencies => { comment_model => '/Model/Comment' } ); };