public User.User MakeMove(Move.Move move) { SetCurrentPlayer(move); SetPlayerId(move); SetWinner(move); return(_board.MakeMove(move)); }