using System.Collections.Generic; namespace Toolkit.Foundation { public interface INavigationRouteDescriptorCollection : IList { } }