public void DeleteProjectIsNotImplemented()
 {
     var client = new TestClient();
     Assert.Throws<NotImplementedException>(() => client.DeleteProject("test", true, true, true));
 }
        public void DeleteProjectIsNotImplemented()
        {
            var client = new TestClient();

            Assert.Throws <NotImplementedException>(() => client.DeleteProject("test", true, true, true));
        }