protected override INiIsolationClient CreateWindow() { var window = new Proxy(this); ErrorUtil.ThrowOnFailure(window.Initialize()); return window; }