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