namespace ErsatzTV.Core.Interfaces.Emby; public interface IEmbyCollectionScanner { Task> ScanCollections( string address, string apiKey); }