pub async fn get_submission(
    conn: &mut PgConnection,
    submission_id: Uuid
) -> ModelResult<ExerciseTaskSubmission>