static void Main(string[] args) { Simple.Client c1 = new Simple.Client(); c1.Test(); Compound.Client c2 = new Compound.Client(); c2.Test(); Console.ReadLine(); }