public async Task CanList() { // Act var drafts = (await _service.ListAsync()).ToList(); // Assert drafts.Should().NotBeNull(); }