/// <summary>
 ///     Gets a value indicating whether the there is a maintainable id set
 /// </summary>
 /// <returns>
 ///     The <see cref="bool" /> .
 /// </returns>
 public bool HasMaintainableId()
 {
     return(StructureReference.HasMaintainableId());
 }