public IActionResult Get(string id) { ClientModel resultModel = _clientApplication.GetById(System.Guid.Parse(id)); return(Ok(resultModel)); }