namespace Toolkit.Foundation; public record NavigatingFrom(object Content) : IRequest>; public record NavigatingTo(object Content) : IRequest>;