/// <summary> /// Gets Company information by CVR number /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='subscriptionId'> /// Logic subscription ID /// </param> /// <param name='cvr'> /// CVR number /// </param> /// <param name='configurationId'> /// Identifier that represents CVR environment and associated configuration /// which this request will be sent with. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <object> GetByCvrAsync(this IInternalClient operations, System.Guid subscriptionId, string cvr, System.Guid?configurationId = default(System.Guid?), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetByCvrWithHttpMessagesAsync(subscriptionId, cvr, configurationId, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }