namespace decePubClient.Models.Types; public enum ContentType { PlainText = 1, HTML, Markdown }