namespace SynchronousWithNewtonsoftJson.Model; public interface ILyricsSource { IEnumerable GetSongLyrics(); }