#region Properties /// /// The unique ID for the object /// string Id { get; set; } /// /// The page's name /// string Name { get; set; } /// /// Location attached to this page /// ILocation Locale { get; set; } #endregion // Properties