namespace Messages { public class NavigateToPageMessage { public string Destination { get; set; } public object Parameter { get; set; } } }