public ChampionshipCommandsController(IChampionshipCommandService ChampionshipCommandService, IFMService FMService)
 {
     _ChampionshipCommandService = ChampionshipCommandService;
     _FMService = FMService;
 }
 public ChampionshipCommandsController(IChampionshipCommandService championshipCommandService)
 {
     _championshipCommandService = championshipCommandService;
 }