public static void Main()
var html = "<p>Dear {{UserFullName}},</p><p><br><strong>[eGIRO Application Status Update]</strong><br><br> </p><p>The status of your eGIRO Application with reference number {{EgiroRefNo}} has been updated.<br><br> </p><p><strong>eGIRO Application Details:</strong></p><p>Application Number: {{EgiroRefNo}}</p><p>Date of Application: {{EgiroApplicationDate}}</p><p>Application Status: {{EgiroApplicationStatus}}</p><p>Date of Status Change: {{StatusChangeDate}}<br><br> </p><p>If you encounter any issues or have questions, don't hesitate to reach out to us at contact@bca-ceg.tsp.dev</p><p>Thank you.<br><br> </p><p><i>This is a system-generated email, please do not reply to this email.</i></p>";
var result = Uglify.HtmlToText(html);
Console.WriteLine("Error in HTML processing.");
Console.WriteLine(result.Code);