namespace BotSharp.Plugin.MongoStorage.Collections; public class PluginDocument : MongoBase { public List EnabledPlugins { get; set; } }