get(PointSaleContainer::class)->getRepositoryQuery(); } public function configureFields(string $pageName): iterable { return $this->getPointSaleContainer() ->getFieldDefinition() ->getFields($pageName); } public function createEntity(string $entityFqcn) { return $this->get(PointSaleContainer::class) ->getFactory() ->create($this->getMerchantCurrent()); } }