The problem
Currently the ObservableMemoryLayer.ObservableCollection is of type ObservableCollection which prevents from using custom implementation of the INotifyCollectionChanged
The proposed solution
Change ObservableMemoryLayer.ObservableCollection type to INotifyCollectionChanged