Streamer.bot.Plugin.Interface.Model
public class CommandCounter
{
public string UserId { get; set; }
public string UserLogin { get; set; }
public string UserName { get; set; }
public string Platform { get; set; }
public int Count { get; set; }
public int Source { get; set; }
public DateTime LastUsed { get; set; }
}