thrownewIndexerException(indexerResponse,$"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from API request");
}
// TODO Have BHD fix their API response content type so we can proper check here
// if (!indexerResponse.HttpResponse.Headers.ContentType.Contains(HttpAccept.Json.Value))
// {
// throw new IndexerException(indexerResponse, $"Unexpected response header {indexerResponse.HttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");
thrownewIndexerException(indexerResponse,$"Unexpected response header {indexerResponse.HttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");