/// <summary>
 /// Change client regulations using rules associated with country.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='clientId'>
 /// The client id.
 /// </param>
 /// <param name='country'>
 /// The country name.
 /// </param>
 public static ErrorResponse ChangeClientRegulation(this IRegulationAPI operations, string clientId, string country)
 {
     return(operations.ChangeClientRegulationAsync(clientId, country).GetAwaiter().GetResult());
 }