namespace Gravitons.UI.Modal { public class GenericModalContent : ModalContentBase { /// /// Title text of the modal /// public string Title { get; set; } /// /// Body text of the modal /// public string Body { get; set; } } }