public void Log(string textToLog)
 {
     _legacyLogger.LogSomething(textToLog);
 }