public async Task <bool> IsVinExistingAsync(int electionId, string vin, VoterModel voter) { return(await _voterRepository.IsVinExistingAsync(electionId, vin, voter)); }