Method AddRedbService(IServiceCollection, string)
Register RedbService with predefined profile.
[Obsolete("Use services.AddRedb(PredefinedConfigurations.GetByName(profile)) from redb.Postgres.Extensions.RedbServiceExtensions")]
public static IServiceCollection AddRedbService(this IServiceCollection services, string profileName)