public void SendCommandAsync(AlphaBotControlCommand command)
 {
     throw new NotImplementedException();
 }
 public bool SendCommand(AlphaBotControlCommand command)
 {
     throw new NotImplementedException();
 }