public static void WriteEnvInfoToLog()
 {
     Log.Information($"Environment: {EnvHelper.GetEnvironment().ToString()}");
 }