是否有ISagaDbContextFactory的StructureMap实现?我已经看到了用于Autofac的AutofacSagaDbContextFactory的实现,并且我会为StructureMap编写自己的实现,但是我不知道要寻找什么有效负载来获得StructureMap嵌套的容器的一个实例,而我原本预计会创建这个实例吗??我在没有运气的情况下尝试了下面的方法
public class StructureMapSagaDbContextFactory<TSaga> : ISagaDbContextFactory<TSaga> where TSaga : cl