// constructor public Game() { guessCount = 0; guess = string.Empty; secretNumberGenerator = new RangedRandomNumber(); }