private void StartCurrentRound()
 {
     Platform.LogEvent("Current round started  " + Competition.Name, ConsoleColor.DarkCyan);
     if (CurrentRound != null)
     {
         CurrentRound.Start();
     }
 }