/// <summary>
 /// Post a new entity to EntitySet Jobs
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='jobDto'>
 /// The entity to post
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PostAsync(this IJobs operations, JobDto jobDto, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     (await operations.PostWithHttpMessagesAsync(jobDto, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }