Exemplo n.º 1
0
        public void TestLink()
        {
            var result = _client.GetActivityPageInfoRowLinks(_request);

            result.ThrowIfException(true);
            Assert.IsNotNull(result.Result);
        }