public void ScheduleTask(Guid customerGuid) { _taskService.EnqueueTask(() => _applianceService.CacheCustomerApplianceHistory(customerGuid)); }