public LogBatchCompletedEventArgs(LogBatchResult Result, Batch Batch)
 {
     this.Batch = Batch;
     this.Result = Result;
 }
 public LogBatchCompletedEventArgs(LogBatchResult Result, Batch Batch)
 {
     this.Batch  = Batch;
     this.Result = Result;
 }