Description
1. Refactor `org.apache.isis.applib.services.error.Ticket` into an interface.
2. Add a method `getMarkup()` that provides the html to be rendered.
3. Implement as SimpleTicket providing legacy rendering behavior, but allowing to override the actual html formatting.