I have several properties that I want to make available to all classes in my Xamarin.Android app (including RecyclerView Adapters & ViewHolders, all Activity(s), and custom classes). Many of the sites I have found talk about global variables, but I want the variable only for the specific instance of the app. How do I do this in Xamarin.Android?