It would be great to have an extension method equal to [AddSqlServerDbContext](https://github.com/dotnet/aspire/blob/88406425f85daccec9b5cb3f22d5c8d07ebf3a8d/src/Components/Aspire.Microsoft.EntityFrameworkCore.SqlServer/AspireSqlServerEFCoreSqlClientExtensions.cs#L35) for registering EF core database components with [AddPooledDbContextFactory](https://github.com/dotnet/efcore/blob/a97f6ffcf78100056683c8c3b116721a89e5c58c/src/EFCore/Extensions/EntityFrameworkServiceCollectionExtensions.cs#L968) or [AddDbContextFactory](https://github.com/dotnet/efcore/blob/a97f6ffcf78100056683c8c3b116721a89e5c58c/src/EFCore/Extensions/EntityFrameworkServiceCollectionExtensions.cs#L968).