private EventVertex(int id, EventVertexType vertexType)
 {
     this.Id   = id;
     this.Type = vertexType;
 }
 private EventVertex(int id, EventVertexType vertexType)
 {
     this.Id = id;
     this.Type = vertexType;
 }