public void RemovePartById(string partIdentifier) { _document.DeletePart(GetPartById(partIdentifier)); }