public async Task <IDocument> OpenPageAsync(string path) { return(await _browsingContext.OpenPageAsync(path)); }