public ActionResult Clean()
        {
            _weatherService.Clean();

            return(Ok());
        }