namespace DomvsChatBot { public class ConfigOptions { public string BOT_ID { get; set; } public string BOT_PASSWORD { get; set; } } }