/// <summary> /// Performs the action. /// </summary> public async Task Perform(CancellationToken cancellationToken = new CancellationToken()) { await TouchScreen.Move(x, y, cancellationToken); }
/// <summary> /// Performs the action. /// </summary> public async Task Perform(CancellationToken cancellationToken = new CancellationToken()) { await TouchScreen.Move(x, y, cancellationToken).ConfigureAwait(false); }