Async sets the first element of the list
@override Future<void> setFirst(E value) async { return Future<void>(() => _collective.setFirst(value)); }