namespace KonSoft.InternalGateway.Aggregations.Base; public interface ICachedServiceBase { void Add(string serviceName, TValue data); IDictionary GetManyAsync(IEnumerable serviceNames); }