public ChannelConfigurationBL(IChannelConfigurationRepository channelConfigurationRepository)
 {
     this.channelConfigurationRepository = channelConfigurationRepository;
 }
 public ChannelConfigurationBL()
 {
     this.channelConfigurationRepository = new ChannelConfigurationRepository();
 }