public PostResult Put(Guid Id, [FromBody] UsersEntityInsertUpdate body) { try { return(_userunitofwork.PutUser(Id, body)); } catch { throw new Exception(); } }