/// <summary>
 /// Get complex types with dictionary property which is null
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static DictionaryWrapper GetNull(this IDictionaryOperations operations)
 {
     return(operations.GetNullAsync().GetAwaiter().GetResult());
 }