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