pub async fn get_certificate_by_verification_id(
    conn: &mut PgConnection,
    certificate_verification_id: &str
) -> ModelResult<GeneratedCertificate>