public BatchCollectionChange(object collection, bool requireSuspandable) :
     base(collection, requireSuspandable)
 {
     Guarded?.SuspendNotifications();
 }
 public BatchCollectionChange(ISuspendableNotifyCollectionChanged collection) :
     base(collection)
 {
     Guarded.SuspendNotifications();
 }