using System.Collections.Generic; namespace Sony.Filtr.Tasks.Tasks.Spotify { public abstract class NewPlaylistsReader { public abstract IEnumerable GetPlaylistIds(); } }