namespace StopShopping.OpenPlatform; public interface IDistrictService { Task GetTop3LevelDistrictsAsync(CancellationToken cancellationToken = default); Task GetChildrenAsync(string code, CancellationToken cancellationToken = default); }