void ISimpleILPrinter.Write(IDecompilerOutput output, TypeSig type) => type.WriteTo(output);
void ISimpleILPrinter.Write(ITextOutput output, TypeSig type) { type.WriteTo(output); }