public static string ReadLine() { return(ConsoleInput.ReadLine()); }
public static int Read() { return(ConsoleInput.ReadChar()); }