namespace ElectronNET.API.Entities { public class RelaunchOptions { public string[] Args { get; set; } public string ExecPath { get; set; } } }