public override bool IsValid()
 {
     return(Digits.Any(digit => Digits.Count(i => i == digit) == 2));
 }