public Task GetOrderThrows() { return(Assert.ThrowsAsync <ArgumentNullException>("order", () => _api.GetAsync(null))); }