+ api_method :quickvote_candidate_ids_to_names, :expects => [:string,[:int]], :returns => [[:string]]
+ api_method :get_quickvote_votes, :expects => [:string], :returns => [ [VoteInfo] ]
+ api_method :list_quickvotes, :expects => [], :returns => [[ElectionStruct]]
+ api_method :get_quickvote, :expects => [:string], :returns => [ElectionStruct]
+ api_method :create_quickvote, :expects => [ElectionStruct], :returns => [:string]