Convenient method Extension to generate name from DummyAppUser enum
DummyAppUser
String? get name => { Location.usEast: 'us-east', Location.euWest: 'dublin', Location.singapore: 'singapore', Location.tokyo: 'tokyo', }[this];