namespace Kromek.Framework.Core.Extensions { public interface INavigationConfirmation { bool CanConfirm(); } }