public void TestStopThrowsIfNeverStarted()
 {
     Assert.Throws <InvalidOperationException>(() => _serviceClient.Stop());
 }