public async Task <IActionResult> Get(int id) { var artist = await _artist.GetArtistAsync(id); return(Ok(artist)); }