/**
  * @param string $mutatorContainerId
  */
 public function registerOutgoingLogicalMessageMutator($mutatorContainerId)
 {
     $this->messageMutatorRegistry->registerOutgoingLogicalMessageMutator($mutatorContainerId);
 }