public void TestCreateServant() { using (var silo = new SharpRemote.Hosting.OutOfProcessSilo()) { var servant = silo.CreateServant(42, new Mock <IVoidMethod>().Object); servant.Should().NotBeNull(); } }