public IAsyncOperation <ISpace> GetBestMoveAsync(int searchDepth)
 {
     return(GameComponent.GetBestMoveAsync(searchDepth));
 }