namespace Mixonomer.Playlist; public interface IRecommend { Task> GetRecommendations(Fire.Playlist playlist, IEnumerable currentTrackList); }