public IActionResult SetSimpleKey(string key, string value) { var result = _redisCacheService.SetSimpleKey(key, value); return(Ok(result)); }