public void Test_ExpectedExceptionWhenRequestIsNull()
 {
     // Assert
     Assert.ThrowsAsync <ArgumentNullException>(async() => await _request.GetResponseAsync(null));
 }