public NTSLController(NTSL3Service newService, ILogger <NTSLController> logger, IConfiguration configuration)
 {
     _newService = newService;
     _log        = logger;
     _config     = configuration;
 }
 public Communications(NTSL3Service service)
 {
     this.service = service;
 }