/// <inheritdoc /> public Task <T> WaitForEvent <T>(PageEvent e, WaitForEventOptions <T> options = null) => throw new NotImplementedException();
/// <inheritdoc cref="IPage.WaitForEvent(PageEvent)"/> public Task WaitForEvent(PageEvent e) { throw new NotImplementedException(); }