using System.Collections.ObjectModel; namespace TheXamlGuy.Framework.WPF { public class NavigationParameterCollection : ObservableCollection { } }