public void Translate_ReturnSIfSIsFirstLetterOfWordInput_Char() { Speak testSpeak = new Speak(); Assert.AreEqual('s', testSpeak.Translate("s")); }