$message=sprintf('Processing of destination property %s was skipped: Gate was locked by property %s with value %s.',$destination_property,$this->configuration['use_as_key'],$key);
}
else{
$message=sprintf('Processing of destination property %s was skipped: Gate was not unlocked by property %s with value %s. ',$destination_property,$this->configuration['use_as_key'],$key);