public static void Accept(VisitorPattern v) { v.Visit(); }
public void Accept(VisitorPattern v) { v.Visit(this.shapeId); }