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