namespace Toolkit.Foundation; public interface INavigationRegion { void Register(string name, object target); }