public static IType ParseTypeSignature(Context context, ITypeSignature typeSignature) { var self = new TypeSignatureParser(context); return(typeSignature.Accept(self)); }