public string Convert(string sourceCode) { MetaCode metaCode = reader.ReadCode(sourceCode); return(writer.WriteCode(metaCode)); }