public void AtFirstTest(string s, string expected) { var actual = _strings.AtFirst(s); Assert.AreEqual(expected, actual); }