public async Task <AdminUserInfo> CurrentUser() { var result = await _authorizeApi.CurrentUser(); return(result); }