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