namespace Solution.IntegrationTests;

public abstract class BaseIntegrationTest : TestBase<PostgresTestcontainer> { }