namespace PARR.DAL.DomainServices.Interfaces { public interface IGroupedShortcodesCacheService { Task GetAggregatedValueAsync( Guid unitId, string shortcodeKey, Func> computeIfMissing); } }