public static Task <TResult> WithNetworkIndicator <TResult>(this Task <TResult> task) { NetworkIndicator.AttachToTask(task); return(task); }
public static Task WithNetworkIndicator(this Task task) { NetworkIndicator.AttachToTask(task); return(task); }