using VigilCare.Simulation; public interface ISimulationClientFactory { Task CreateAsync(CancellationToken ct = default); }