public void Arrange() { _validator = new GetCourseQueryValidator(); }
public void SetUp() { _sut = new GetCourseQueryValidator(); }