public ScheduleAvailabilityApiController(IScheduleAvailabilityService service
                                          , ILogger <ScheduleAvailabilityApiController> logger
                                          , IAuthenticationService <int> authService) : base(logger)
 {
     _service     = service;
     _authService = authService;
 }