Has anyone used RestSharp in .NET to make a POST to the /bulk interface? I'm currently creating several related records by looping thru them individually...each loop makes a separate POST call using the same info other than the Parameter JSON string.…