namespace API.Entities { public enum ServerSettingKey { TaskScan = 0, CacheDirectory = 1, TaskBackup = 2, LoggingLevel = 3 } }