public async Task <ActionResult <IEnumerable <TrafficInfo> > > GetAllTraffic() { return(new JsonResult(await _userInfo.GetAllTraffic())); }