I\'m a little confused about how to use Tasks with conditional Continuations.
If I have a task, and then I want to continue with a tasks that handle success and erro
Use Task.WaitAny(onSuccess, onError);
Task.WaitAny(onSuccess, onError);