public Task <T> EvaluateOnUIContextAsync <T>(Func <T> act)
 {
     return(UIDispatcher.EvaluateAsync(act));
 }