public ActionResult <char> GetNextChar(string str, string input) { return(_Istation.GetNextCharacter(str, input)); }