setSearchFields(['id', 'title', 'value']); } public function createEntity(string $entityFqcn) { $taxRateFactory = new TaxRateFactory(); return $taxRateFactory->create(); } }