public void OnCollectionChanged(ChangedKind changedKind, T value, TView view, in NotifyCollectionChangedEventArgs <T> eventArgs)
 public void OnCollectionChanged(ChangedKind changedKind, T value, TView view, in NotifyCollectionChangedEventArgs <T> eventArgs) => onCollectionChanged?.Invoke(changedKind, value, view);