public int GetAnother(int b) { return(_cache.GetOrCreate($"MyService-{b}", e => _inner.GetAnother(b))); }