Hi,
I see, you can't typically use methods that are asynchrone, which is exactly what you are trying to call.
so, create a new function "void CallPostScore(PostScore(string name, int score)" that simply calls in turn PostScore, and that is going to work.
Bye,
Jean