public LinkFunctionnality(MelenchBot theMelenchBot, bool theExcludeAdmin) : base(theMelenchBot, theExcludeAdmin) { }
public Functionality(MelenchBot theMelenchBot, bool theExcludeAdmin) { melenchBot = theMelenchBot; excludeAdmin = theExcludeAdmin; }