public async Task <LastArtist> GetArtistInfo(string artist)
 {
     return(await _lastFmService.GetArtistInfo(artist));
 }