public void ThrowsExceptionOnYieldQuery() { Assert.ThrowsAny <Exception>(() => _proxy.GetNames().Count()); }