namespace BotSharp.Abstraction.Statistics.Settings; public class StatisticsSettings { public bool Enabled { get; set; } }