private static void AddTag(PowerPoint.Shape shape, string tagName, String value) { ShapeUtil.AddTag(shape, tagName, value); }