Example #1
0
        public void TestGetDirectServiceProxy()
        {
            var result = _serviceClientFactory.GetDirectServiceProxy("service", new InitServiceOptions());

            Check.That(result).IsInstanceOf <ServiceProxy>();
        }