private string GetDocumentForContact(Contact contact)
 {
     return(_templateManager.GetTemplateFromContact(contact));
 }