public static void OnItemAdded(T item, EventStream <ReactiveCollectionEvent <T> > up, List <T> data) { OnItemInserted(item, up, data.Count - 1); }