public OrchestrationWorkflow(IOrchestrationCommand orch, ISyncCommand sync, IOrderCloudIntegrationsFunctionToken token, LogQuery log)
 {
     _orch  = orch;
     _sync  = sync;
     _log   = log;
     _token = token;
 }
 public OrchestrationProductController(AppSettings settings, IOrchestrationCommand command) : base(settings)
 {
     _command = command;
 }