private void CreateContainer(out ContainerFile container) { container = new ContainerFileV3 { FlatStructure = _commonSettings.FlatStructure, ContentFilePath = _content }; }