public void GetDelegateCourseInfo_should_return_delegate_course_info_correctly() { // When var result = courseDataService.GetDelegateCourseInfoByProgressId(284998); // Then result.Should().BeEquivalentTo(ExpectedCourseInfo); }