public void GivenNullQueryWhenExecuteRemoteAsyncThenShouldThrowArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(
         () => ClientExtensions.ExecuteRemote <TestThing>(null));
 }