private string GetVariableValue(Document doc, String VariableName) { return doc.FindVariable(VariableName).TextValue; }