static void Main(string[] args) { IFactory factory = new CPUFactory(); factory.ConcrateProduct().Print(); Console.ReadKey(); }