public void PingReturnsTrue()
        {
            var channel = new ActionInvoker(null);

            Assert.IsTrue(channel.Ping());
        }