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