case Constants.Constants.WorkflowStates.Created:
                        matches = await db.Workers
                            .Where(x => x.WorkflowState == Constants.Constants.WorkflowStates.Created).ToListAsync();
                        break;