internal SynchronizationFinished(Type type1, Type type2, ISynchPipeline pipeline, IList<SynchronizationResult> results)
     : base(type1, type2)
 {
     ItemsProcessed = pipeline.ItemsProcessed;
     ItemsSynchronized = pipeline.ItemsSynchronized;
     ItemsFailed = pipeline.ItemsFailed;
     Results = results;
 }
 internal SynchronizationFinished(Type type1, Type type2, ISynchPipeline pipeline, IList <SynchronizationResult> results)
     : base(type1, type2)
 {
     ItemsProcessed    = pipeline.ItemsProcessed;
     ItemsSynchronized = pipeline.ItemsSynchronized;
     ItemsFailed       = pipeline.ItemsFailed;
     Results           = results;
 }