namespace BackupManager { public enum StorageMethod { //GoogleDrive = 1, Sftp = 2, FileSystem = 4, // for debugging mysqldump } }