public void InsertDie(Die die) { dice.Add(die); }
public void InsertDie(Die die) { throw new NotImplementedException(); }