namespace Toolkit.Foundation { public interface INavigationConfirmation { bool CanConfirm(); } }