public static CancellationToken AsToken(this RemoteCancellationToken token)
 {
     return(RemoteCancellationToken.AsToken(token));
 }