public void Parse()
 {
     var input = fileLoader.GetAllStrings();
     var result = parser.Parse(input);
     fileStorage.Store(result);
 }