public RemessaSpec getTrailerRemessaSpec() {
throw new UnsupportedOperationException("IMPLEMENT ME!");
}
private static ArquivoRetorno retornoDe(FixedFile file) {
ParsedFixedLines lines = new Parser(file).get();
Header header = new HeaderParser(lines).get();
Banco banco = header.getBanco();
Iterable<Registro> registros;