public override int Advance(int target)
 {
     return(scorer.Advance(target));
 }