public void TestQueryAsync_SurveyIdIsNull_Throws() { var target = new NfieldSurveyPublicIdsService(); Assert.Throws<ArgumentNullException>(() => UnwrapAggregateException(target.QueryAsync(null))); }