public async Task <TokenInfo> CreateToken() { var sod = new Dictionary <string, object>(); sod.Add("userId", "111111111"); return(_jwtTokenHandler.CreateToken(sod));; }