using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Worker { public class VoteCount { public string Vote { get; set; } public int Count { get; set; } } }