public TrucaPatoHub(IPartidaRepositorio partidaRepositorio, IGerenciadorDePartida gerenciadorDePartida)
 {
     _partidaRepositorio   = partidaRepositorio;
     _gerenciadorDePartida = gerenciadorDePartida;
 }
 public PartidaController(IGerenciadorDePartida gerenciadorDePartida)
 {
     _gerenciadorDePartida = gerenciadorDePartida;
 }