@override Future<void> saveMetadata(Metadata metadata) async { await dbRdy; await saveEvent(metadata.toEvent()); }