findEntryByID(id: EntryID): FormatBEntry {
        return this.source.e.find((entry) => entry.id === id) || null;
    }