using System; using director; namespace ShowHandlers { public class TwitchStreamHandler { public static void Handle(iCalHoopJumping.CalendarOccurrence evt) { Console.WriteLine("I am a twitch stream handler, it falls to me to..."); Console.WriteLine(" H A N D L E "); Console.WriteLine($"current time is {DateTime.Now}"); } } }