namespace CleanArchitecture.IntegrationTests.Constants; public static class Configuration { public const int RedisPort = 6379; public const int MsSqlPort = 1433; public const int RabbitMqPort = 5673; }