 `await page.ExposeFunctionAsync("getCustomString", async () => { await Task.Delay(100); return "Hello from C#!"; });`