public async Task <IActionResult> GetAllConfigurations() { return(Ok(await _redisManager.GetAllAsync())); }