namespace Bit.Seeder; public class RecipeResult { public Dictionary> TrackedEntities { get; init; } = new(); }