namespace EdgeInstaller; // This class is what will do the heavy lifting. // the UI will all be handled seperately public class Installer { private static readonly string DataDir = Path.Combine( Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "ClosedLess", "EdgeInstall-Jankmode"); public Installer(HttpClient client) { } }