private void call_rpc(ClientService.Iface client) { bool foo = client.foo(); Assert.IsTrue(foo); bool bar = client.bar(); Assert.IsTrue(bar); }