Because the properties have been defined as Shared (static in C#), you can access them directly on the AppConfiguration class, without the need to create a new instance of AppConfiguration first.
Because the properties have been defined as Shared (static in C#), you can access them directly on theAppConfiguration class, without the need to create a new instance of AppConfiguration first.