Fixed major bug in ConcurrentObservableDictionary
Fixed a major bug in ConcurrentObservableDictionary where an internal object was being returned instead of the desired value in an indexed accessor. This presented itself as an exception when used in WPF.