public void Operation()
        {
            ServiceC serviceC = new ServiceC();

            serviceC.SubOperation();
        }