public RadioStationController(
     ITuneInRadioStationService radioStationService,
     IFavoriteRadioStationService favoriteRadioStationService,
     IMessageQueue messageQueue)
 {
     _radioStationService         = radioStationService;
     _favoriteRadioStationService = favoriteRadioStationService;
     _messageQueue = messageQueue;
 }
 public RadioStationController(
     ITuneInRadioStationService radioStationService,
     IFavoriteRadioStationService favoriteRadioStationService,
     IMessageQueue messageQueue)
 {
     _radioStationService = radioStationService;
     _favoriteRadioStationService = favoriteRadioStationService;
     _messageQueue = messageQueue;
 }