public void AnotherHandler(object source, VideoEventArgs args) { Console.WriteLine("Sending SMS!"); }
public void OnVideoEncoded(object source, VideoEventArgs args) { Console.WriteLine($"Sending an email about {args.Video.Title}"); }