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