thrownewIndexerException(indexerResponse,$"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from API request");
thrownewIndexerException(indexerResponse,$"Unexpected response header {indexerHttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");
if(indexerResponse.Content.ContainsIgnoreCase("Invalid API Key"))
{
thrownewIndexerException(indexerResponse,$"Unexpected response header {indexerResponse.HttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");
thrownewIndexerAuthException("API Key invalid or not authorized");