public void CancelPendingRequestIsNotImplemented()
 {
     var client = new TestClient();
     Assert.Throws<NotImplementedException>(() => client.CancelPendingRequest("test"));
 }
        public void CancelPendingRequestIsNotImplemented()
        {
            var client = new TestClient();

            Assert.Throws <NotImplementedException>(() => client.CancelPendingRequest("test"));
        }