static void Main(string[] args) { Client cl = new Client(); cl.TestMethod(); ClientPositive clp = new ClientPositive(); clp.TestMethod(); }