public async Task <ActionResult <ConfigInfo> > GetUserConfig(string GUID) { return(await _userInfo.GetConfigInfo(GUID)); }