public IActionResult Delete(string region) { _cache.ClearRegion(region); return(new NoContentResult()); }