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