public Task <OutOfSchedulePeriods> AddOutOfScheduleIntervalAsync(long employerId, long restaurantId, long openScheduleId, DateTimeOffset startOn, DateTimeOffset endsOn, string description)
 {
     return(ScheduleSerice.AddOutOfScheduleIntervalAsync(employerId, restaurantId, openScheduleId, startOn, endsOn, description));
 }