namespace gswi.Configuration { public static class Constants { public const string CustomerEnvironmentVariable = "CUSTOMER"; public const string ComputerNameEnvironmentVariable = "COMPUTERNAME"; public const string CustomersDirectoryName = "customers"; } }