In EFCore 3.1, I would like to seed all DBSets with data programmatically with a Seed() extension method. The Seed() method works beautifully in a non-dynamic situation.