namespace DownKyi.Core.Settings { public enum Downloader { NOT_SET = 0, BUILT_IN, ARIA, } }