public MigrationFilter(MigrationRepository repository, IDatabase database) { _repository = repository; _database = database; }