@override bool get blocked => super.blocked || !selfSigned;
set blocked(bool isBlocked) => _blocked = isBlocked;