export enum HostingEnvironment {
  Production = 0,
  German = 1,
  China = 2,
  USGovernment = 3,
  USDefence = 4
}
