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

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