public void TaskUpdate() { var options = new Dictionary <string, object> { { "name", "newName" }, { "template_content", "new templte content" } }; _pieClient.UpdateTask(1, options); }