private static string UpdateUi(TicTacToeBoard board) { board.Display(); var userInput = Console.ReadLine(); return(userInput); }