public IActionResult GetScheduleImage([FromBody] BaseInput input)
 {
     return(Content(_dialysisScheduleApp.GetReport(input.KeyValue)));
 }