private void Dispose()
 {
     Unsubscribe();
     _fieldManager.Dispose();
     _playerController.Dispose();
 }