namespace HelloShop.ApiService.Infrastructure; public interface IConfiguredServiceEndPointResolver { public Task> GetConfiguredServiceEndpointsAsync(CancellationToken cancellationToken = default); }