using System.Collections.Generic; namespace TheXamlGuy.Framework.WPF { public interface IRouteDescriptorCollection : IList { } }