public ConversationSortingListItem(string description, ConversationSorting sorting) { this.Description = description; this.Sorting = sorting; }