namespace AsynchronousWithSystemTextJson.Model; public interface ILyricsSource { IAsyncEnumerable GetSongLyrics(); }