/// <summary> /// Instructs the journal to prepare its storage space if needed. /// </summary> public void EnsureJournal() { _journal.CreateJournal(); }