ProviderFactory.prototype.createFileProvider = function() {
    return new FileProvider(this.parserFactory.createPoParser(),
                            this.parserFactory.createMoParser());
};