public void Test1(string test) { var originalResult = letters.CountLetters(test); Assert.Matches(test); }