public async Task <IActionResult> GetAppSetting()
        {
            var result = await _service.GetAppSettingAsync();

            return(Ok(result));
        }