public function test()
 {
     include_once dirname(__FILE__) . "/../../../Setup.php";
     $workflow = new Workflows\ContentServices\MarkContentAsAcurate();
     $workflow->RunWorkflow('{"id":"42e87d503076ad3f4edf3c74ea5d4c4e","markerId":"someotherid"}', "somekey");
 }
 public function test()
 {
     include_once dirname(__FILE__) . "/../../../Setup.php";
     $workflow = new Workflows\ContentServices\MarkContentAsAcurate();
     $message = $workflow->RunWorkflow('{"id":"e2a8409bae90f5f2484b3356f924e4c6","markerId":"someotherid"}', "somekey");
 }