public static Candidate BecomeCandidate(Guid electionId, Guid userId) { return(_votingService.BecomeCandidate(electionId, userId)); }