public CommandLogWriter(NumberedFileCreator creator, BinaryFormatter formatter) { _fileCreator = creator; _formatter = formatter; }