public ValuesService(ILogger <ValuesService> logger, TestAutofacBLL testAutofacBLL)
 {
     this._logger     = logger;
     this.testAutofac = testAutofacBLL;
 }
 public events(BLL.TestAutofacBLL testAutofacBLL)
 {
     this.testAutofac = testAutofacBLL;
 }