/// <summary>
 /// Returns information about subscriptions of the specified notification type.
 /// You can use this API to get subscription information when you do not have a
 /// subscription identifier.
 ///
 /// **Usage Plan:**
 ///
 /// | Rate (requests per second) | Burst |
 /// | ---- | ---- |
 /// | 1 | 5 |
 ///
 /// For more information, see "Usage Plans and Rate Limits" in the Selling
 /// Partner API documentation.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static GetSubscriptionResponse GetSubscription(this INotificationsClient operations)
 {
     return(operations.GetSubscriptionAsync().GetAwaiter().GetResult());
 }