internal SynchronizationResult()
 {
     Uploads = new TransferEventArgsCollection();
     Downloads = new TransferEventArgsCollection();
     Removals = new RemovalEventArgsCollection();
 }
 internal RemovalOperationResult()
 {
     Removals = new RemovalEventArgsCollection();
 }