namespace MetaforceInstaller.Core; public static class Defaults { public static readonly string StoragePath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + Path.DirectorySeparatorChar + "MetaforceInstaller"; }