/// <summary>
 ///     Gets a value indicating whether the getMaintainableUrn returns a value
 /// </summary>
 /// <returns>
 ///     The <see cref="bool" /> .
 /// </returns>
 public bool HasMaintainableUrn()
 {
     return(StructureReference.HasMaintainableUrn());
 }