public override void ShowArgInfo() { Debug.WriteLine("Argument value: " + Arg1 + " Argument type: " + Arg1.GetType()); }