private string GetArtistName(IElement content)
 {
     return(HtmlParseUtility.GetArtistName(content));
 }