/// <summary>
 /// Add reference to adoxio_licenceses
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='licenceId'>
 /// key: adoxio_licenceid
 /// </param>
 /// <param name='fieldname'>
 /// key: fieldname
 /// </param>
 /// <param name='odataid'>
 /// reference value
 /// </param>
 public static HttpOperationResponse <MicrosoftDynamicsCRMadoxioApplicationCollection> GetNextLink(this IApplications operations, string nextLink,
                                                                                                   Dictionary <string, List <string> > customHeaders = null, CancellationToken cancellationToken = default)
 {
     return(operations.GetNextLinkAsync(nextLink, customHeaders, cancellationToken).GetAwaiter().GetResult());
 }