public IActionResult IsNextSundayTrading()
 {
     return(Ok(DayHelper.IsNextSundayTrading()));
 }