public Player(iDice dice) { _dice = dice; position = 1; isWinner = false; }
public Player(iDice pDice) { dice = pDice; }