async void InitializeCourseList()
 {
     CourseList = await PluralSightDataStore.GetCoursesAsync();
 }