public Content()
 {
     From = new Address();
     Headers = new Dictionary<string, string>();
     Attachments = new List<Attachment>();
     InlineImages = new List<InlineImage>();
 }
 public TemplateContent()
 {
     From = new Address();
     Headers = new Dictionary<string, string>();
 }