public void GetTaskList() { var options = new Dictionary <string, object> { { "id", 123 } }; var ret = _pieClient.GetTasks(options); }