public GeneSynthesizerService(IUnitOfWork unitOfWork, IIdentityStorage identityStorage,
                               IChannelConfigurationService channelConfigurationService)
     : base(unitOfWork, identityStorage)
 {
     this.channelConfigurationService = channelConfigurationService;
 }
 public ChannelConfigurationController(IChannelConfigurationService channelConfigurationService)
 {
     this.channelConfigurationService = channelConfigurationService;
 }