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