private static void EnsureFileExistence() { var fileCreator = new FileCreator(); fileCreator.CreateFileIfNotExists(TransactionsFilePath); }