protected string TicketNotificationTexxtEmailContent(TicketDesk.Domain.Models.TicketEventNotification notification, int firstUnsentCommentId) { var controller = new EmailTemplateController(); return(controller.GenerateTicketNotificationTextEmailBody(notification, firstUnsentCommentId)); }