public void DoesGradeExist_StudentAndCourseNotFound_ReturnsFalse() { var result = gradeRepository.DoesGradeExist(1, 1); //should return false Assert.IsFalse(result); }