public virtual string GetLogicalId(AlibabaCloud.SDK.ROS.CDK.Core.RosElement element)
 {
     return(InvokeInstanceMethod <string>(new System.Type[] { typeof(AlibabaCloud.SDK.ROS.CDK.Core.RosElement) }, new object[] { element }) !);
 }
 protected virtual string AllocateLogicalId(AlibabaCloud.SDK.ROS.CDK.Core.RosElement rosElement)
 {
     return(InvokeInstanceMethod <string>(new System.Type[] { typeof(AlibabaCloud.SDK.ROS.CDK.Core.RosElement) }, new object[] { rosElement }) !);
 }