Theory or Fact is fine as long at it work)ClassData where the idea is to have a generator that returns a dynamic IEnumerable of what we could call CurrentRunData (think like a record that contains multiple properties)CurrentRunData to be usable is an IAsyncLifetime.InitializeAsync (because I need to create some infra such as container or azure specific - no there's no emulator for the part i'm trying to do)DisposeAsync for cleaning dataInitializeAsync depends on that CurrentRunData, currently with xUnit the ClassData and MemberData are injected at test level, which will not run InitializeAsync with it