public async Task UpdateComment(int orderItemId, string comment) { await client.UpdateComment(orderItemId, comment, ControllerHelper.GetCurrentUserId()); }