/// <summary>
 /// Get adoxio_investigationrequest_SharePointDocumentLocations from
 /// adoxio_investigationrequests
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioInvestigationrequestid'>
 /// key: adoxio_investigationrequestid of adoxio_investigationrequest
 /// </param>
 /// <param name='sharepointdocumentlocationid'>
 /// key: sharepointdocumentlocationid of sharepointdocumentlocation
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMsharepointdocumentlocation SharePointDocumentLocationsByKey(this IInvestigationrequestsharepointdocumentlocations operations, string adoxioInvestigationrequestid, string sharepointdocumentlocationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.SharePointDocumentLocationsByKeyAsync(adoxioInvestigationrequestid, sharepointdocumentlocationid, select, expand).GetAwaiter().GetResult());
 }