public IActionResult GetKeys() => Content(string.Join(';', _cacheManager.GetKeys()));