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