I am making a calls to GetRelatedArtists(artistId):
var relatedArtistsTask = spotify.Artists.GetRelatedArtists(artist.Id);
var relatedArtists = relatedArtistsTask.Result.Artists;
Previously this worked, but now every call results in an exception:
System.AggregateException: 'artists/3zY660ZcTul3RHB95VHqBu/related-)'
Inner Exception:
APIException: Not Found