protected void Log(string info) { _logHandler.AddRecordToLog($"{DateTime.Now.ToString(_dateTimeFormat)} - {info}"); }