private static ulong LoadExtension(IDebugControl6 debugControl, string path) { ulong handle; LogOnErrorHR(debugControl.AddExtension(path, 0, out handle), $"failed to load '{path}'"); return(handle); }