System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=mscorlib StackTrace: at System.DefaultBinder.BindToMethod(BindingFlags bindingAttr ...
I'm having a NullReferenceException every time I try to call InitializeAsync(), which pretty much means I am unable to use the library. I'm using version 1.0.3 installed from the nuget package manager ...