public ConsoleKeyInfo ReadKey() => _consoleDriver.ReadKey();
public static ConsoleKeyInfo ReadKey(bool intercept) { return(driver.ReadKey(intercept)); }