protected override void AppendSerialization(FluentAlertUrl source, StringBuilder sb)
 {
     sb.AppendFormat("<span style=\"{2};font-size:9pt;font-weight:bold;\"><a href=\"{0}\">{1}</a></span><BR>", source.Url, source.Text, FONT_FAMILY);
 }
 protected abstract void AppendSerialization(FluentAlertUrl source, StringBuilder sb);
 protected override void AppendSerialization(FluentAlertUrl source, StringBuilder sb)
 {
     sb.AppendLine(string.Format("{0}<{1}>", source.Text, source.Url));
 }