Beispiel #1
0
 public Task GetWithdrawalsThrows()
 {
     return(Assert.ThrowsAsync <ArgumentNullException>("user", () => _client.GetWithdrawalsAsync(null)));
 }