namespace Toolkit.Foundation; public interface INavigation { Type Type { get; set; } }