/// <summary>
 /// Post a new action plan task
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='actionPlanTask'>
 /// The action plan task to create.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ActionPlanTaskInstance> CreateAsync(this IActionPlanTasks operations, ActionPlanTask actionPlanTask, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     using (var _result = await operations.CreateWithHttpMessagesAsync(actionPlanTask, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }