public async Task PutAsync_Successful() { var response = await _httpProxyClient.PutAsync("http://www.example.com/", "testContent"); Assert.IsNotNull(response); Assert.AreEqual(response.StatusCode, HttpStatusCode.OK); }