I have a service (A) that retrieves JSON from another service (B) and sends it back to the client.
The HttpContent.ReadAsAsync() API works fine, however it seems this