/// <summary>
 /// Get adoxio_InspectionId from adoxio_relatedparties
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioRelatedpartyid'>
 /// key: adoxio_relatedpartyid of adoxio_relatedparty
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMincident Get1(this IInspectionid operations, string adoxioRelatedpartyid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.Get1Async(adoxioRelatedpartyid, select, expand).GetAwaiter().GetResult());
 }