public bool DifficultyLowerThan(TitleNode other) { return(false); }
public bool DifficultyHigherThan(TitleNode other) { return((int)Difficulty > (int)other.Difficulty); }