public void SetData(IMoveData moveData)
 {
     _moveData = moveData.DeepCopy(moveData);
 }