public void TestUnassignAsync_InterviewerIdIsNull_Throws()
{
var target = new NfieldSamplingPointInterviewerAssignmentsService();
Assert.Throws<ArgumentNullException>(() =>
UnwrapAggregateException(target.UnassignAsync(SurveyId, SamplingPointId, null)));
}