public TSIP_Uri(tsip_uri_type_t type)
 {
     this.Type = type;
 }
 public TSIP_Uri(tsip_uri_type_t type)
 {
     this.Type = type;
 }
 public static TSIP_Uri Create(tsip_uri_type_t type)
 {
     return(new TSIP_Uri(type));
 }
 public static TSIP_Uri Create(tsip_uri_type_t type)
 {
     return new TSIP_Uri(type);
 }