/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='code'>
 /// </param>
 /// <param name='number'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task<Card> GetByCodeByNumberAsync(this ICards operations, string code, int number, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetByCodeByNumberWithHttpMessagesAsync(code, number, null, cancellationToken).ConfigureAwait(false))
     {
         return _result.Body;
     }
 }