public async Task GetInvoicesAsync() { var invoices = await invoicesRepository.GetListAsync(); Assert.True(invoices.Count < 21); }