public void ExecuteCallback(Guid eId, RemoteExecutorServiceResult executeResult)
 {
     base.ExecuteCallback(eId, executeResult.Convert());
 }