namespace BotSharp.Plugin.SqlHero.Settings; public class SqlHeroSetting { public string MySqlConnectionString { get; set; } }