public async Task <IActionResult> CreateElection(CreateElection election) { await _electionService.CreateElectionAsync(election); return(Ok()); }