public static string saveMappings(this O2MappedAstData astData, Dictionary <string, List <KeyValuePair <INode, IMethodOrProperty> > > mappings) { return(astData.createSavedMethodMappings(mappings).saveMappings()); }