public DocumentPart(string name, string value, DocumentPartType type) { PartName = name; PartValue = value; PartType = type; }