public void Remove(Guid id)
 {
     _gameSessionRepository.Remove(id);
 }