using System.Data; namespace ScrapperAPI.Interfaces; public interface IDbConnectionFactory { Task CreateOpenConnectionAsync(CancellationToken ct); }