public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, \Praxigento\BonusBase\Data\Entity\Rank::class);
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, \Praxigento\Accounting\Data\Entity\Type\Asset::class);
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, TestTypeEntity::class);
 }