/// <summary>
 /// Get bcgov_ApplicationType from bcgov_termsconditionspresets
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovTermsconditionspresetid'>
 /// key: bcgov_termsconditionspresetid of bcgov_termsconditionspreset
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMbcgovApplicationtype> GetAsync(this IApplicationtype operations, string bcgovTermsconditionspresetid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWithHttpMessagesAsync(bcgovTermsconditionspresetid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Get adoxio_ApplicationType from adoxio_termsconditionslimitationspresets
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioTermsconditionslimitationspresetid'>
 /// key: adoxio_termsconditionslimitationspresetid of
 /// adoxio_termsconditionslimitationspreset
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse <MicrosoftDynamicsCRMadoxioApplicationtype> GetWithHttpMessages(this IApplicationtype operations, string adoxioTermsconditionslimitationspresetid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.GetWithHttpMessagesAsync(adoxioTermsconditionslimitationspresetid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get adoxio_ApplicationType from adoxio_termsconditionslimitationspresets
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioTermsconditionslimitationspresetid'>
 /// key: adoxio_termsconditionslimitationspresetid of
 /// adoxio_termsconditionslimitationspreset
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationtype Get(this IApplicationtype operations, string adoxioTermsconditionslimitationspresetid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioTermsconditionslimitationspresetid, select, expand).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get adoxio_ApplicationType from adoxio_hoursofservices
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioHoursofserviceid'>
 /// key: adoxio_hoursofserviceid of adoxio_hoursofservice
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationtype Get(this IApplicationtype operations, string adoxioHoursofserviceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioHoursofserviceid, select, expand).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get adoxio_ApplicationType from adoxio_proratedlicencefeeschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioProratedlicencefeescheduleid'>
 /// key: adoxio_proratedlicencefeescheduleid of
 /// adoxio_proratedlicencefeeschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMadoxioApplicationtype> Get2Async(this IApplicationtype operations, string adoxioProratedlicencefeescheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.Get2WithHttpMessagesAsync(adoxioProratedlicencefeescheduleid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Get adoxio_ApplicationType from adoxio_proratedlicencefeeschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioProratedlicencefeescheduleid'>
 /// key: adoxio_proratedlicencefeescheduleid of
 /// adoxio_proratedlicencefeeschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationtype Get2(this IApplicationtype operations, string adoxioProratedlicencefeescheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.Get2Async(adoxioProratedlicencefeescheduleid, select, expand).GetAwaiter().GetResult());
 }