namespace MesETL.App.Const; public static class ConstVar { public const string Producer = "Producer"; public const string Null = "NULL"; public const string MyDumperNull = @"\N"; }