namespace AltGen.API.Tests.EndToEnd; public class EndToEndTest(AppFactory factory, TestConfiguration config) : IClassFixture, IClassFixture { protected HttpClient Client { get; } = factory.CreateClient(); protected TestConfiguration Config { get; } = config; }