public async Task <LastAlbum> GetAlbumInfo(string artist, string album)
 {
     return(await _lastFmService.GetAlbumInfo(artist, album));
 }