public ExternalLogService(IExternalLog externalLogService)
 {
     _externalLogService = externalLogService;
 }
 public ExternalLogService()
 {
     _externalLogService = new ExternalLog();
 }