public static Ballot ForTests(this Ballot ballot)
 {
     return(ballot.ForTests(BallotStatusEnum.Ok));
 }