*/ interface ServiceInterface { /** * @return void */ public function run(); }