public async Task <VoterModel> GetVoterAsync(int voterId) { return(await _voterRepository.GetVoterAsync(voterId)); }