public void AddSubheader(string header, bool isLargeBottomSpacing = true)
 {
     _fileGenerator.AddSubheader(header, isLargeBottomSpacing);
 }