public async Task <GlobalConfig> Get() { //log started var result = await _globalService.GetGlobalConfig(); //log completed return(result); }