public AvlAggregatorService(IAvlAggregatorServiceBL businessLogic, IAvlConfiguration configuration, IUtils utils, IAvlLogger <AvlAggregatorService> logger)
 {
     this.BL     = businessLogic;
     this.Config = configuration;
     this.Utils  = utils;
     this.Logger = logger;
 }
 public AvlAggregatorService(IAvlAggregatorServiceBL businessLogic, IAvlConfiguration configuration)
 {
     this.BL     = businessLogic;
     this.Config = configuration;
 }