/// <summary>
 /// Gets the marketplace charges for the current billing period.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='enrollmentNumber'>
 /// The enrollment number
 /// </param>
 public static IList <MarketplacePropertiesV3> GetMarketplaces1(this IMarketplacesV3 operations, string enrollmentNumber)
 {
     return(operations.GetMarketplaces1Async(enrollmentNumber).GetAwaiter().GetResult());
 }