private void MakeTurn(Turn turn) { TurnError?e = TurnCmdHandler.MakeTurn(turn); if (e != null) { PrintError(e); } }