* @param deploymentProperties the runtime deployment properties
*/
protected void createModuleDeploymentRequestsPath(CuratorFramework client, ModuleDescriptor descriptor,
RuntimeModuleDeploymentProperties deploymentProperties) {
// Create and set the data for the requested modules path
String requestedModulesPath = new ModuleDeploymentRequestsPath()
.setDeploymentUnitName(descriptor.getGroup())
.setModuleType(descriptor.getType().toString())
.setModuleLabel(descriptor.getModuleLabel())
.setModuleSequence(deploymentProperties.getSequenceAsString())
.build();