public TTTASRedemptionHandler(
     Core.ICommunication communication,
     ITTTASHandler tttasHandler,
     TTTASConfiguration tttasConfig,
     HelixHelper helixHelper)
 {
     this.communication = communication;
     this.tttasHandler  = tttasHandler;
     this.tttasConfig   = tttasConfig;
     this.helixHelper   = helixHelper;
 }
 public TTTASCommandSystem(
     ICommunication communication,
     ITTTASHandler tttasHandler,
     ITTTASProvider tttasProvider,
     TTTASConfiguration tttasConfig)
 {
     this.communication = communication;
     this.tttasHandler  = tttasHandler;
     this.tttasProvider = tttasProvider;
     this.tttasConfig   = tttasConfig;
 }