using Microsoft.Extensions.DependencyInjection; namespace Kbx.Shared.Integrations; public static class KbxIntegrationRegistration { public static IServiceCollection AddKbxIntegrations(this IServiceCollection services) { services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddSingleton(); services.AddScoped(); services.AddScoped(); services.AddScoped(); return services; } }