public async Task <ElectionModel> GetElectionByServerTag(string tag)
 {
     return(await _electionRepository.GetElectionByServerTagAsync(tag));
 }