using JSMR.Application.Integrations.DLSite.Models.ReleasedWorks; using JSMR.Application.Scanning.Contracts; namespace JSMR.Application.Scanning.Ports; public interface IReleasedWorksProvider { Task GetReleasedWorksAsync(VoiceWorkScanResult scanResult, CancellationToken cancellationToken); }