public void LongRunningTest() { using (var client = new TestServiceClient("proto")) { client.CallLongRunningService(); } }