*/ class CategoryFactory { public function create(): Category { return new Category(); } }