static void Main(string[] args)
        {
            var engine = new CalcEngine();

            engine.Add(2, 3);
        }