public async Task<Process> LaunchInternal(LaunchGameWithSteamInfo info) => Process.GetProcessById(new GameLauncher().LaunchGame(info.ToLaunchSpec()));
public Task<Process> Launch(LaunchGameWithSteamInfo spec) { return LaunchInternal(spec); }