public override IAuditWorkUnit Merge(CollectionChangeWorkUnit second)
 {
     second.MergeCollectionModifiedData(data);
     return(this);
 }