namespace Newsbot.Collector.Domain.Models.Config; public class ConfigSectionNotificationsDiscord { public bool IsEnabled { get; set; } }