public void TaskCreate() { var options = new Dictionary <string, object> { { "limit_count", 1 } }; _pieClient.TaskCreate("name", "template_content", "input_mapping_file", "url_pattern", "output_file", options); }