private void OnFound(FoundEventArgs e) { Found?.Invoke(this, e); }
private static void OnFound(object sender, FoundEventArgs args) { Console.WriteLine(args.Url); }