public DelegatePrinter(Delegate obj)
     : base(obj)
 {
     this.obj = obj;
 }
 public DelegatePrinter(Delegate obj)
     : base(obj)
 {
     this.obj = obj;
 }