namespace AutoScan.Interfaces; public interface IDVRScanner { Task ScanVideos(CancellationToken cancellationToken = default); }