in src/Azure.AppService.Tunnel/Agent/DebuggerAgent.cs [16:20]
public async Task<DebuggerAgentProcess> Start(Lifetime lifetime, string login, string password)
{
await DebuggerAgentDownloader.DownloadIfNeeded(PathToExe, Name);
return await StartProcess(lifetime, login, password);
}