public async Task <JsonResult> Test(string user) { var content = await LastFm.GetArtists(user); return(Json(content)); }