void UpdateDebugWithAssertions(IDSFDataObject dataObject, List <IServiceTestStep> serviceTestTestSteps, Guid childId)
 {
     if (dataObject.IsDebugMode())
     {
         ServiceTestHelper.UpdateDebugStateWithAssertions(dataObject, serviceTestTestSteps, childId.ToString());
     }
 }
 void UpdateDebugStateWithAssertions(IDSFDataObject dataObject, List <IServiceTestStep> serviceTestTestSteps)
 {
     ServiceTestHelper.UpdateDebugStateWithAssertions(dataObject, serviceTestTestSteps, _childUniqueId);
 }