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