public void Post(int id) { var userId = GetAuthorizedUserId(); _toDoItemService.ChangeCompletenessStatus(id, userId); }