namespace Newsbot.Collector.Domain.Consts; /// /// This class contains const entries to access keys within IConfiguration. /// public class ConfigYoutubeConst { public const string IsEnable = "Youtube:IsEnabled"; public const string Debug = "Youtube:Debug"; }