diff --git a/ECMJobRunner.Infrastructure/DependencyExtension.cs b/ECMJobRunner.Infrastructure/DependencyExtension.cs
index 832c5a4..4cd6ec2 100644
--- a/ECMJobRunner.Infrastructure/DependencyExtension.cs
+++ b/ECMJobRunner.Infrastructure/DependencyExtension.cs
@@ -24,7 +24,7 @@ namespace ECMJobRunner.Infrastructure
/// Service collection
/// Database connection string
/// Service collection for chaining
- public static IServiceCollection AddInfrastructure(this IServiceCollection services, string connectionString)
+ public static IServiceCollection AddJobRunnerInfrastructure(this IServiceCollection services, string connectionString)
{
#if NET48
// Register DbContext as scoped for EF6 - same pattern as EF Core