public string RegisterTimer(CountdownTimer timer)
        {
            scaledTimers.Add(timer);

            return(timer.Id);
        }