public void Roll(int pins) { if (!_validatorService.ValidatePins(pins)) { throw new PinsOutOfRangeException(); } _rolls.Add(pins); }