public static IServiceCollection AddBaseService(this IServiceCollection services, string assemblyPath) { return(services.AddBaseService(ReflectionTools.GetAssemblyFromPath(assemblyPath))); }