{
  "template": "class.php.twig",
  "namespace": "App\\Domain",
  "class_name": "UserService",
  "properties": [{ "name": "repo" }],
  "methods": [{ "name": "getById", "args": ["id"], "body": "return $this->repo->find($id);" }],
  "out": "src/Domain/UserService.php"
}