using Mediator; namespace Toolkit.Foundation { public record NavigateBack(object Route) : IRequest; }