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