- string _value = installPath.OpenSubKey(@"SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Death Stranding Directors Cut_is1").GetValue("InstallLocation")?.ToString() ?? "default";
+ string _value = installPath
+ .OpenSubKey(@"SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Death Stranding Directors Cut_is1")
+ ?.GetValue("InstallLocation")
+ ?.ToString()
+ ?? "default";