namespace Test.NetCore { class Program { static void Main(string[] args) { Examples.Test.Run(args); } } }