public void ToList_GivenEmptyCollection_ReturnsZeroAsTheNumberOfElements() { // Assert Assert.AreEqual(0, headers.ToList().Count); }