static void Main(string[] args)
        {
            var client = new StrategyClient(new OnlineCart());
            client.Run();

            Console.ReadKey();
        }
        static void Main(string[] args)
        {
            var client = new StrategyClient(new OnlineCart());

            client.Run();

            Console.ReadKey();
        }