namespace NpgsqlRest; public class RetryStrategy { public double[] RetrySequenceSeconds { get; set; } = null!; public HashSet ErrorCodes { get; set; } = null!; }