public MainInitializer AddLogging(string logFilePath)
 {
     LoggerComponent.InitLogger(logFilePath);
     return(this);
 }