/// <summary>
 /// Initializes a new instance of the <see cref="CountriesController"/> class.
 /// </summary>
 /// <param name="getAction">The GetAction provider.</param>
 public CountriesController(IGetCountries getAction)
 {
     this.getAction = getAction;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CountriesController"/> class.
 /// </summary>
 /// <param name="getAction">The GetAction provider.</param>
 public CountriesController(IGetCountries getAction)
 {
     this.getAction = getAction;
 }