pub async fn get_course_instance(
    conn: &mut PgConnection,
    course_instance_id: Uuid
) -> ModelResult<CourseInstance>