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