public void Put(Guid id, [FromBody] UserModel user) { user.ID = id; _userModel.UpdatePost(id, user); }