public KuGouLyricDownloaderTests()
 {
     _lyricDownloader = GetService <IEnumerable <ILyricDownloader> >()
                        .FirstOrDefault(t => t.DownloaderName == InternalLyricDownloaderNames.KuGou);
 }