/// <summary>
 /// Gets Production Units 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> GetProductionUnitByCvrAsync(this IKMDLogicCVRServiceAPI operations, System.Guid subscriptionId, string cvr, System.Guid?configurationId = default(System.Guid?), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetProductionUnitByCvrWithHttpMessagesAsync(subscriptionId, cvr, configurationId, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }