namespace zero.Routing; public class PreviewRouteModel : ISupportsRouting { public string Id { get; set; } public string Hash { get; set; } }