public ArtistResponseParser(ILfmNodeErrorParser lfmNodeErrorParser)
 {
     this.lfmNodeErrorParser = lfmNodeErrorParser;
 }
 public AlbumResponseParser(ILfmNodeErrorParser errorParser)
 {
     this.errorParser = errorParser;
 }
 protected BaseLibraryResponseParser(ILfmNodeErrorParser lfmNodeErrorParser)
 {
     this.lfmNodeErrorParser = lfmNodeErrorParser;
 }