void LogStartupInfo(ProcessStartInfo startInfo) {
     this.Logger().Info("Launching through: " + startInfo.Format());
 }