How can I invoke following method while I have not TRootEntity, but have just its TYPE:
TRootEntity
TYPE
public void Class(Action&l
Have a look at this answer from the great Jon Skeet. You should be able to adapt it to your needs.