In my windows 8 application there is a global class where there are a few static properties like:
public class EnvironmentEx { public static Us
Good solution: Don't make a property. Make an async method.
"I hate await, how can I make everything synchronous?" solution: How to call asynchronous method from synchronous method in C#?