val activePremiumRuns: LiveData<List<CourseInstructorPair>> by lazy {
        myCourseRepo.getPremiumActiveRuns()
    }