internal Task AgeAggregationTablesAsync(int countAggregationDaysToRetain)
 => AggregationWriter.PerformAgingAsync(DbContextOptions, _configuration.SqlCommandTimeoutSeconds, countAggregationDaysToRetain, _logger);