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