public void CancelWithdrawal_Test() { var id = ""; var withdrawal = _service.CancelWithdrawal(id).Result; Assert.NotNull(withdrawal); }