public bool HasSpot(GameClient client)
 {
     return(_gameField.HasSpot(client));
 }