public static ConsoleKeyInfo ReadKey(bool intercept) { return(ConsolePal.ReadKey(intercept)); }
public static ConsoleKeyInfo ReadKey() { return(ConsolePal.ReadKey(false)); }