pub async fn delete_email_template(
    conn: &mut PgConnection,
    email_template_id: Uuid
) -> ModelResult<EmailTemplate>