protected void SendAndReturnSimpleValue2(IServiceFunctionTest test)
        {
            var result = test.SendAndReturnSimpleValue2("China", 3);

            if (result != 8)
            {
                throw new AssertionException();
            }
        }