Creates a new entry in the repository.
@override Future<Model> create({String? wantedId}) async { return const Model(id: "id"); }