public void Setup() { game = new BowlingGame(); }
public void CanCreateGame() { var game = new BowlingGame(); }