Returns true if this account has more the one Mechanism.
bool hasMultipleMechanisms() { return (mechanismList!.length > 1) ? true : false; }