@override Future<void> create() async { if (!await entity.exists()) { await entity.create(recursive: true); } }