public SpotifyTrackChange(long iID, string sSpotifyID, string sName, IEnumerable<SpotifyArtist> oArtists, SpotifyChangeType eChangeType, DateTime dtChanged):base(iID, sSpotifyID, sName, oArtists)
 {
     this._ChangeType = eChangeType;
     this._ChangedDate = dtChanged;
 }
 public SpotifyTrackChange(long iID, string sSpotifyID, string sName, IEnumerable <SpotifyArtist> oArtists, SpotifyChangeType eChangeType, DateTime dtChanged) : base(iID, sSpotifyID, sName, oArtists)
 {
     this._ChangeType  = eChangeType;
     this._ChangedDate = dtChanged;
 }