public async Task <IActionResult> Get(Guid id) { var load = await _loadService.GetAsync(id); return(new JsonResult(load)); }