void resetSingletonT( Type type, { Entity? groupEntity, }) { (getK(Entity.type(Lazy, [type]), groupEntity: groupEntity) as Lazy) .resetSingleton(); }