/// <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>
 public static void PutEmpty(this IDictionaryOperations operations, IDictionary <string, string> defaultProgram = default(IDictionary <string, string>))
 {
     operations.PutEmptyAsync(defaultProgram).GetAwaiter().GetResult();
 }