public async Task <IActionResult> getSchedule()
        {
            var result = await exceptionHandler.InitiateFunc(() => manager.getSchedule(workingWeekDays), Request);

            return(result);
        }