namespace Geekbot.net.Commands.Utils.Poll { internal class PollResultDto { public string Option { get; set; } public int VoteCount { get; set; } } }