protected internal virtual void EnsureProcessDefinitionIdNotSet()
 {
     if (!ReferenceEquals(processDefinitionId, null))
     {
         throw Log.ExceptionCorrelateMessageWithProcessDefinitionId();
     }
 }