/// <summary>
 /// Put complex types with dictionary property which is empty
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='defaultProgram'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutEmptyAsync(this IDictionaryOperations operations, IDictionary <string, string> defaultProgram = default(IDictionary <string, string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.PutEmptyWithHttpMessagesAsync(defaultProgram, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
 /// <summary>
 /// Put complex types with dictionary property which is empty
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='defaultProgram'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async System.Threading.Tasks.Task PutEmptyAsync(this IDictionaryOperations operations, System.Collections.Generic.IDictionary <string, string> defaultProgram = default(System.Collections.Generic.IDictionary <string, string>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     await operations.PutEmptyWithHttpMessagesAsync(defaultProgram, null, cancellationToken).ConfigureAwait(false);
 }