namespace CleanArchitecture.IntegrationTests.Constants; public static class Configuration { public const int RedisPort = 6379; public const int PostgresSqlPort = 5432; public const int RabbitMqPort = 5672; }