pub async fn get_all(
    conn: &mut PgConnection,
) -> ModelResult<Vec<ChatbotConfigurationModel>>