public void Pulse_DeletePulse_Pass() { try { _mondayClient.DeletePulse(143345113).Wait(); } catch (Exception ex) { Assert.Fail(ex.ToString()); } }