public IActionResult Get(Guid id) { var viewModel = _stockAppService.GetById(id); return(Response(viewModel)); }