public IAsyncAction AiMoveAsync(int searchDepth)
 {
     return(GameComponent.AiMoveAsync(searchDepth));
 }