private static UnigrationData LoadData(string path) { return(XmlWrapper.Load <UnigrationData>( File.ReadAllText(path))); }
private static UnigrationNode LoadNode(string path) { return(XmlWrapper.Load <UnigrationNode>( File.ReadAllText(path))); }