public Task OpenDumpFile(string file) { return(RunAsync(() => { Client.OpenDumpFileWide(file, 0).ThrowIfFailed(); WaitForEvent(); })); }