public void Get_Ascii_input() { var ascii = advent.GetASCIIInputs("1,2,3"); Check.That(ascii).Equals("49,44,50,44,51"); }