public static string ObtenerNombreEntornoActual(this IHostEnvironment env) => env.EsDesarrollo() ? "dev" : env.EsPre() ? "pre" : "pro";