@override Future<void> removeWhere(bool Function(Wayholder wayholder) test) async { _wayholders.removeWhere(test); }