Execute a command on the remote PowerShell Server.
[VB.NET] Public Function ExecuteAsync(ByVal Command As String) As Task
[C#] public Task ExecuteAsync(string command);