public async Task EmptyShouldBeEmpty() { Assert.AreEqual(0,await AsyncEnumerable.Empty<int>().Count()); } }