/// <summary>
 /// Returns all welcome regulation rules associated with specified country.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='country'>
 /// The country name.
 /// </param>
 public static IList <WelcomeRegulationRuleModel> GetWelcomeRegulationRulesByCountry(this IRegulationAPI operations, string country)
 {
     return(operations.GetWelcomeRegulationRulesByCountryAsync(country).GetAwaiter().GetResult());
 }