Is it possible to access an object\'s private variables using an extension method?
An extension method is essentially a static method so all you have access to are the public members of the instance on which the extension method is invoked on