20#ifndef ORES_CONNECTIONS_GENERATORS_SERVER_ENVIRONMENT_GENERATOR_HPP
21#define ORES_CONNECTIONS_GENERATORS_SERVER_ENVIRONMENT_GENERATOR_HPP
24#include "ores.connections/domain/server_environment.hpp"
26namespace ores::connections::generators {
31domain::server_environment generate_synthetic_server_environment();
36domain::server_environment generate_synthetic_server_environment(
37 const boost::uuids::uuid& folder_id);
42std::vector<domain::server_environment> generate_synthetic_server_environments(std::size_t n);