public async Task <IActionResult> DeleteAppSetting(string key) { var result = await _service.DeleteAppSettingAsync(key); return(Ok(result)); }