private static INotifyCollectionChanged getSource(INotifyCollectionChanged source)
 {
     return(source.Concatenating <TSourceItem>());
 }