public AbstractBaseBuilder(Type entityType) { BuilderData = new BuilderData(entityType); Actions = new ActionsHandler(BuilderData); }