/// <summary>
 /// Get complex types with dictionary property while server doesn't provide a
 /// response payload
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static DictionaryWrapper GetNotProvided(this IDictionaryOperations operations)
 {
     return(operations.GetNotProvidedAsync().GetAwaiter().GetResult());
 }