public TournamentsApiController(ITournamentsManager tournamentsManager)
 {
     _tournamentsManager = tournamentsManager;
 }