public static Poll CreatePoll(string groupUrl, Guid authorId, PollContainer pollData) { return(_votingService.CreatePoll(groupUrl, authorId, pollData)); }