private static void PrintActionEvents(object sender, ActionParsedEventArgs args)
 {
     PrintOnlyIfVerbose($"{args.ItemType}: {args.DisplayName}");
 }
 private static void PrintActionEvents(object sender, ActionParsedEventArgs args)
 {
     PrintOnlyIfVerbose($"{args.ItemType}: {args.DisplayName}");
 }