Gets detailed course catalog information.
Throws Exception on network failure.
Future<Course> getCourseDetails(String courseId) async { throw UnimplementedError(); }