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