using System.Collections.Generic;
const string UrlV4 = "http://services.odata.org/V4/Northwind/Northwind.svc";
const string UrlV3 = "http://services.odata.org/V3/Northwind/Northwind.svc";
public static void Main()
PocoSetting setting = new PocoSetting {
O2P o2p=new O2P(setting);
Console.WriteLine("Hello World");
var code = o2p.GenerateAsync(new Uri(url)).Result;