namespace Toolkit.Foundation { public interface INavigationRoute { void Add(string name, object route); } }