public void Board_DeleteBoard_Pass() { try { _mondayClient.DeleteBoard(137872223).Wait(); } catch (Exception ex) { Assert.Fail(ex.ToString()); } }