public override void InternType(Type t) { if (BotClient == null) { if (OriginalSelf != null) { return; } ScriptManager.WriteLine(this + "cannot intern type " + t); return; } BotClient.InternType(t); }