using System.Collections.Generic;
[ProtoInclude(2, typeof(Point))]
[ProtoInclude(3, typeof(Line))]
string Name { get; set; }
List<Point> Points { get; set; }
Geometry Geo { get; set; }
public static void Main()
Console.WriteLine(Serializer.GetProto<Geometry>());