public void PostError(WeatherPostDto dto)
 {
 }
        //[Authorize(Policy = "Admin")]

        public WeatherPostDto Post(WeatherPostDto dto)
        {
            return(dto);
        }