public Task <ActionResult <RecommendedCourse> > PostSocialPostRecommendation(RecommendedCourse recommendedCourse)
 {
     throw new NotImplementedException();
 }
 public void DeleteCourseRecommendation(RecommendedCourse recommendation)
 {
     throw new NotImplementedException();
 }