public IActionResult Stop()
        {
            StoplightModeManager.EndCurrentMode();

            return(Ok());
        }