using Hotline.CallCenter.Ivrs; namespace Hotline.Caching.Interfaces { public interface IIvrCacheManager { Task<IReadOnlyList<Ivr>> GetIvrsAsync(CancellationToken cancellationToken); } }